mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-02 23:35:40 +08:00
refs #473, own launcher subproject
* command line args for swift GUI * removed _ from swiftgui_standard * removed _ from swift_resources
This commit is contained in:
committed by
Mathew Sutcliffe
parent
8e57914e67
commit
6dd66284ca
25
resources/swiftresources.pro
Normal file
25
resources/swiftresources.pro
Normal file
@@ -0,0 +1,25 @@
|
||||
load(common_pre)
|
||||
|
||||
TEMPLATE = lib
|
||||
CONFIG += staticlib
|
||||
CONFIG -= qt
|
||||
|
||||
OTHER_FILES += data/images/flags/*.png
|
||||
OTHER_FILES += data/images/airlines/*.png
|
||||
OTHER_FILES += swiftDB/*.*
|
||||
OTHER_FILES += bootstrap/0.6/productive/*.*
|
||||
OTHER_FILES += bootstrap/0.6/development/*.*
|
||||
OTHER_FILES += local.env.template/*.*
|
||||
OTHER_FILES += local.env.template/bootstrap/*.*
|
||||
OTHER_FILES += local.env.template/bootstrap/0.6/*.*
|
||||
|
||||
COPY_FILES += $$PWD/data/images/flags/*.png
|
||||
COPY_FILES += $$PWD/data/images/airlines/*.png
|
||||
COPY_FILES += $$PWD/swiftDB/*.*
|
||||
COPY_FILES += $$PWD/bootstrap/0.6/productive/*.*
|
||||
COPY_FILES += $$PWD/bootstrap/0.6/development/*.*
|
||||
COPY_FILES += $$PWD/local.env.template/*.*
|
||||
COPY_FILES += $$PWD/local.env.template/bootstrap/*.*
|
||||
COPY_FILES += $$PWD/local.env.template/bootstrap/0.6/*.*
|
||||
|
||||
load(common_post)
|
||||
Reference in New Issue
Block a user