summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qguiapplication/qguiapplication.pro
blob: cd363bab3144aa81b0fa62f5493ddbe3c8279287 (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-private
SOURCES += tst_qguiapplication.cpp