Files
pilotclient/samples/blackmiscquantities/blackmiscquantities.pro
Roland Winklmeier 7ece093ee9 Refactor qmake SUBDIRS structure
The big swift.pro is refactored by the correct usage of SUBDIRS
template. The following additional changes are made:
- Removed '_' from all targets and folder names
- Aligned parent folder and target name

refs #461
2015-11-23 09:50:44 +01:00

24 lines
368 B
Prolog

load(common_pre)
QT += core dbus network
TARGET = sampleblackmiscquantities
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)