2c925906f5
The QCoreApplication test has quite a few test cases that we would like to exercise using the GUI event-dispatcher. Instead of duplicating the tests for the GUI dispatcher, we inherit tst_QCoreApplication, which also lets us add extra tests that are specific to tst_QGuiApplication. Change-Id: Ib411457131b8d3fed871f682c1c0568577f6127d Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
10 lines
253 B
Prolog
10 lines
253 B
Prolog
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
|