Files
pilotclient/samples/weatherdata/sampleweatherdata.pro
2016-05-20 01:40:04 +02:00

24 lines
351 B
Prolog

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