Files
pilotclient/samples/blackmiscdbus/sampleblackmiscdbus.pro
Roland Winklmeier 4aaccb44c3 Cleanup the enabled modules in all sub projects
Most modules were just enabled to add include path for dependent headers
2018-06-02 02:08:46 +02:00

26 lines
421 B
Prolog

load(common_pre)
QT += core dbus network
TARGET = sampleblackmiscdbus
TEMPLATE = app
CONFIG += console
CONFIG -= app_bundle
CONFIG += blackmisc blackcore
DEPENDPATH += . $$SourceRoot/src/blackmisc $$SourceRoot/src/blackcore
INCLUDEPATH += . $$SourceRoot/src
DESTDIR = $$DestRoot/bin
HEADERS += *.h
SOURCES += *.cpp
OTHER_FILES += *.txt *.xml
target.path = $$PREFIX/bin
INSTALLS += target
load(common_post)