Files
pilotclient/tests/blackgui/test_blackgui.pro

22 lines
383 B
Prolog

load(common_pre)
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 = $$DestRoot/bin
load(common_post)