mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-11 04:05:38 +08:00
refs #482 Project files changed to use new qmake feature files and build directory structure.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
include (../../config.pri)
|
||||
include (../../build.pri)
|
||||
load(common_pre)
|
||||
|
||||
QT += core dbus network xml
|
||||
|
||||
@@ -13,9 +12,9 @@ CONFIG += blackmisc blacksim
|
||||
DEPENDPATH += . ../../src/blackmisc
|
||||
INCLUDEPATH += . ../../src
|
||||
|
||||
DESTDIR = ../../bin
|
||||
DESTDIR = $$DestRoot/bin
|
||||
|
||||
HEADERS += *.h
|
||||
SOURCES += *.cpp
|
||||
|
||||
include (../../libraries.pri)
|
||||
load(common_post)
|
||||
|
||||
Reference in New Issue
Block a user