shared: Include license texts as resource
This commit is contained in:
parent
3f8c147182
commit
990888efc1
@ -17,6 +17,7 @@
|
|||||||
inline void initResources()
|
inline void initResources()
|
||||||
{
|
{
|
||||||
Q_INIT_RESOURCE(migrations);
|
Q_INIT_RESOURCE(migrations);
|
||||||
|
Q_INIT_RESOURCE(plaintexts);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Common::initSqliteDatabase(QString path)
|
bool Common::initSqliteDatabase(QString path)
|
||||||
|
6
shared/plaintexts.qrc
Normal file
6
shared/plaintexts.qrc
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<RCC>
|
||||||
|
<qresource>
|
||||||
|
<file>../LICENSE</file>
|
||||||
|
<file>../LICENSE-3RD-PARTY</file>
|
||||||
|
</qresource>
|
||||||
|
</RCC>
|
@ -101,3 +101,4 @@ unix {
|
|||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
}
|
}
|
||||||
RESOURCES = migrations/migrations.qrc
|
RESOURCES = migrations/migrations.qrc
|
||||||
|
RESOURCES += plaintexts.qrc
|
||||||
|
Loading…
Reference in New Issue
Block a user