mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 19:05:31 +08:00
refs #482 Rationalized the copying of files from source tree to build tree.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user