mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
24 lines
607 B
INI
24 lines
607 B
INI
load(common_pre)
|
|
|
|
TEMPLATE = lib
|
|
CONFIG += staticlib
|
|
CONFIG -= qt
|
|
|
|
OTHER_FILES += share/images/flags/*.png
|
|
OTHER_FILES += share/images/airlines/*.png
|
|
OTHER_FILES += shared//bootstrap/*.*
|
|
OTHER_FILES += shared/dbdata/*.*
|
|
OTHER_FILES += shared/updateinfo/*.*
|
|
|
|
COPY_FILES += $$PWD/share/images/flags/*.png
|
|
COPY_FILES += $$PWD/share/images/airlines/*.png
|
|
COPY_FILES += $$PWD/share/shared/bootstrap/*.*
|
|
COPY_FILES += $$PWD/share/shared/dbdata/*.*
|
|
COPY_FILES += $$PWD/share/shared/updateinfo/*.*
|
|
|
|
package_resources.path = $$PREFIX
|
|
package_resources.files += share
|
|
INSTALLS += package_resources
|
|
|
|
load(common_post)
|