mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 02:06:08 +08:00
refs #507, adjusted resource subproject
This commit is contained in:
committed by
Mathew Sutcliffe
parent
6dd8fb333e
commit
02733cacb7
@@ -6,26 +6,23 @@ CONFIG -= qt
|
||||
|
||||
OTHER_FILES += data/images/flags/*.png
|
||||
OTHER_FILES += data/images/airlines/*.png
|
||||
OTHER_FILES += swiftDB/*.*
|
||||
OTHER_FILES += bootstrap/productive/*.*
|
||||
OTHER_FILES += bootstrap/development/*.*
|
||||
OTHER_FILES += local.env.template/*.*
|
||||
OTHER_FILES += local.env.template/bootstrap/*.*
|
||||
OTHER_FILES += local.env.template/bootstrap/0.6/*.*
|
||||
OTHER_FILES += shared//bootstrap/*.*
|
||||
OTHER_FILES += shared/dbdata/*.*
|
||||
OTHER_FILES += shared/download/*.*
|
||||
|
||||
COPY_FILES += $$PWD/data/images/flags/*.png
|
||||
COPY_FILES += $$PWD/data/images/airlines/*.png
|
||||
COPY_FILES += $$PWD/swiftDB/*.*
|
||||
COPY_FILES += $$PWD/bootstrap/productive/*.*
|
||||
COPY_FILES += $$PWD/bootstrap/development/*.*
|
||||
COPY_FILES += $$PWD/local.env.template/*.*
|
||||
COPY_FILES += $$PWD/local.env.template/bootstrap/*.*
|
||||
COPY_FILES += $$PWD/local.env.template/bootstrap/0.6/*.*
|
||||
COPY_FILES += $$PWD/shared/bootstrap/*.*
|
||||
COPY_FILES += $$PWD/shared/dbdata/*.*
|
||||
COPY_FILES += $$PWD/shared/download/*.*
|
||||
|
||||
package_resources.path = $$PREFIX
|
||||
package_resources.files += data
|
||||
package_resources.files += swiftDB
|
||||
package_resources.files += bootstrap
|
||||
package_resources.files += shared
|
||||
package_resources.files += local.env.template
|
||||
INSTALLS += package_resources
|
||||
|
||||
|
||||
Reference in New Issue
Block a user