Ship database creation script as embedded resource

This commit is contained in:
Albert S. 2020-08-24 21:33:56 +02:00
parent f0e6a2d07f
commit c78062e234
3 changed files with 6 additions and 0 deletions

5
shared/create.qrc Normal file
View File

@ -0,0 +1,5 @@
<!DOCTYPE RCC><RCC version="1.0">
<qresource>
<file>create.sql</file>
</qresource>
</RCC>

View File

@ -40,3 +40,4 @@ unix {
target.path = /usr/lib
INSTALLS += target
}
RESOURCES = create.qrc