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

24 lines
360 B
Prolog

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