Files
pilotclient/samples/blackmiscdbus/sample_blackmisc_dbus.pro
Roland Winklmeier 793fcbfd15 refs #403 refactor project files
* Use source path and build path instead of relative ones
* Unify pre target dependencies in libraries.pri
2015-05-05 21:29:46 +02:00

24 lines
452 B
Prolog

include ($$SourceRoot/config.pri)
include ($$SourceRoot/build.pri)
QT += core dbus network
TARGET = sample_blackmisc_dbus
TEMPLATE = app
CONFIG += console
CONFIG -= app_bundle
CONFIG += blackmisc blackcore
DEPENDPATH += . $$SourceRoot/src/blackmisc $$SourceRoot/src/blackcore
INCLUDEPATH += . $$SourceRoot/src
DESTDIR = $$BuildRoot/bin
HEADERS += *.h
SOURCES += *.cpp
OTHER_FILES += *.txt *.xml
include ($$SourceRoot/libraries.pri)