Files
pilotclient/samples/blackmisc/sample_blackmisc.pro
Roland Winklmeier 5eddef0f12 Add install targets
refs #486
2015-11-19 21:07:14 +00:00

26 lines
375 B
Prolog

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