shared: Include license texts as resource

This commit is contained in:
2022-06-29 17:20:34 +02:00
parent 3f8c147182
commit 990888efc1
3 changed files with 8 additions and 0 deletions

View File

@ -17,6 +17,7 @@
inline void initResources()
{
Q_INIT_RESOURCE(migrations);
Q_INIT_RESOURCE(plaintexts);
}
bool Common::initSqliteDatabase(QString path)