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

24 lines
369 B
Prolog

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