refs #482 Rationalized the copying of files from source tree to build tree.

This commit is contained in:
Mathew Sutcliffe
2015-10-06 18:09:23 +01:00
parent a5d8db2354
commit e4adad45d0
9 changed files with 54 additions and 55 deletions

View File

@@ -1,7 +1,15 @@
TEMPLATE = subdirs
load(common_pre)
TEMPLATE = lib
CONFIG += staticlib
CONFIG -= qt
OTHER_FILES += *.pri
OTHER_FILES += data/images/flags/*.png
OTHER_FILES += data/images/airlines/*.png
OTHER_FILES += data/swiftdb/*.*
OTHER_FILES += data/vatsim/*.*
OTHER_FILES += swiftDB/*.*
COPY_FILES += $$PWD/data/images/flags/*.png
COPY_FILES += $$PWD/data/images/airlines/*.png
COPY_FILES += $$PWD/swiftDB/*.*
load(common_post)