Files
pilotclient/resources/resources.pro
2016-07-15 21:06:57 +02:00

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)