Files
pilotclient/tests/blackgui/test_blackgui.pro
Klaus Basan f8c83ce2a3 some fixes
* as of slack discussion with MG, made area finding a bit more robust
* removed unused function in keypadarea
* added unit test subproject for GUI
2015-11-19 20:57:37 +00:00

23 lines
453 B
Prolog

include ($$SourceRoot/config.pri)
include ($$SourceRoot/build.pri)
QT += core testlib dbus network gui svg
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = test_blackgui
TEMPLATE = app
CONFIG -= app_bundle
CONFIG += blackmisc blackcore blackgui
CONFIG += testcase
DEPENDPATH += . $$SourceRoot/src
INCLUDEPATH += . $$SourceRoot/src
HEADERS += *.h
SOURCES += *.cpp
DESTDIR = $$BuildRoot/bin
include ($$SourceRoot/libraries.pri)