load(common_pre) QT += core dbus gui testlib widgets TARGET = testguiutility CONFIG -= app_bundle CONFIG += blackconfig CONFIG += blackmisc CONFIG += blackgui CONFIG += testcase CONFIG += no_testcase_installs TEMPLATE = app DEPENDPATH += \ . \ $$SourceRoot/src \ $$SourceRoot/tests \ INCLUDEPATH += \ $$SourceRoot/src \ $$SourceRoot/tests \ SOURCES += testguiutility.cpp DESTDIR = $$DestRoot/bin load(common_post)