Files
pilotclient/tests/blackmisc/test_blackmisc.pro
Roland Winklmeier 793fcbfd15 refs #403 refactor project files
* Use source path and build path instead of relative ones
* Unify pre target dependencies in libraries.pri
2015-05-05 21:29:46 +02:00

23 lines
399 B
Prolog

include ($$SourceRoot/config.pri)
include ($$SourceRoot/build.pri)
QT += core testlib dbus network
TARGET = test_blackmisc
TEMPLATE = app
CONFIG += console
CONFIG -= app_bundle
CONFIG += blackmisc
CONFIG += testcase
DEPENDPATH += . $$SourceRoot/src
INCLUDEPATH += . $$SourceRoot/src
HEADERS += *.h
SOURCES += *.cpp
DESTDIR = $$BuildRoot/bin
include ($$SourceRoot/libraries.pri)