mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
Central build configuration
* config.pri: Build configuration version * library.pri project library dependencies * build.pri: compiler/qmake configuration refs #145
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
include (../../config.pri)
|
||||
include (../../build.pri)
|
||||
|
||||
QT += network dbus gui multimedia
|
||||
|
||||
TARGET = blacksound
|
||||
TEMPLATE = lib
|
||||
CONFIG += staticlib c++11
|
||||
CONFIG += staticlib
|
||||
|
||||
INCLUDEPATH += ..
|
||||
DEPENDPATH += . ..
|
||||
@@ -30,3 +33,5 @@ else: COPY = cp -r
|
||||
|
||||
QMAKE_POST_LINK += $$COPY $$shell_path($$PWD/sounds) \
|
||||
$$shell_path($$OUT_PWD/../../bin/sounds)
|
||||
|
||||
include (../../libraries.pri)
|
||||
|
||||
Reference in New Issue
Block a user