mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
* Use source path and build path instead of relative ones * Unify pre target dependencies in libraries.pri
22 lines
353 B
Prolog
22 lines
353 B
Prolog
include (../../config.pri)
|
|
include (../../build.pri)
|
|
|
|
QT += core dbus network xml
|
|
|
|
TARGET = sample_blacksim
|
|
TEMPLATE = app
|
|
|
|
CONFIG += console
|
|
CONFIG -= app_bundle
|
|
CONFIG += blackmisc blacksim
|
|
|
|
DEPENDPATH += . ../../src/blackmisc
|
|
INCLUDEPATH += . ../../src
|
|
|
|
DESTDIR = ../../bin
|
|
|
|
HEADERS += *.h
|
|
SOURCES += *.cpp
|
|
|
|
include (../../libraries.pri)
|