summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qguiapplication/qguiapplication.pro
blob: 79acb9e5f10d196c2c8ea477f0dd029b4f158bd5 (plain)
1
2
3
4
5
6
7
8
9
CORE_TEST_PATH = ../../../corelib/kernel/qcoreapplication

VPATH += $$CORE_TEST_PATH
include($${CORE_TEST_PATH}/qcoreapplication.pro)
INCLUDEPATH += $$CORE_TEST_PATH

TARGET = tst_qguiapplication
QT += gui gui-private
SOURCES += tst_qguiapplication.cpp