2013-09-25 14:28:24 +00:00
|
|
|
CORE_TEST_PATH = ../../../corelib/kernel/qcoreapplication
|
|
|
|
|
|
|
|
VPATH += $$CORE_TEST_PATH
|
|
|
|
include($${CORE_TEST_PATH}/qcoreapplication.pro)
|
|
|
|
INCLUDEPATH += $$CORE_TEST_PATH
|
|
|
|
|
2012-01-20 15:57:21 +00:00
|
|
|
TARGET = tst_qguiapplication
|
2013-09-25 14:28:24 +00:00
|
|
|
QT += gui gui-private
|
|
|
|
SOURCES += tst_qguiapplication.cpp
|