shared: Include license texts as resource

Esse commit está contido em:
Albert S. 2022-06-29 17:20:34 +02:00
commit 990888efc1
3 arquivos alterados com 8 adições e 0 exclusões

Ver arquivo

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

6
shared/plaintexts.qrc Normal file
Ver arquivo

@ -0,0 +1,6 @@
<RCC>
<qresource>
<file>../LICENSE</file>
<file>../LICENSE-3RD-PARTY</file>
</qresource>
</RCC>

Ver arquivo

@ -101,3 +101,4 @@ unix {
INSTALLS += target
}
RESOURCES = migrations/migrations.qrc
RESOURCES += plaintexts.qrc