summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qguieventloop
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2013-07-17 21:50:56 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-12 14:27:57 +0200
commit3ca9c396105212af5b84b5740fd9c09b92ab8d18 (patch)
tree343faaeb62a5614a4776d5f63dfcb560b4dc031d /tests/auto/gui/kernel/qguieventloop
parent126c1b4b410c1d7eaf8ed5ae26594f39e29f5296 (diff)
Add auto-test for running the QEventLoop test with the GUI dispatcher
Follows a similar include-pattern as the qguieventdispatcher test. Change-Id: Ie8669a5bc155abd6687e81526f2b95d0d19b009e Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
Diffstat (limited to 'tests/auto/gui/kernel/qguieventloop')
-rw-r--r--tests/auto/gui/kernel/qguieventloop/qguieventloop.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/gui/kernel/qguieventloop/qguieventloop.pro b/tests/auto/gui/kernel/qguieventloop/qguieventloop.pro
new file mode 100644
index 0000000000..633386fa75
--- /dev/null
+++ b/tests/auto/gui/kernel/qguieventloop/qguieventloop.pro
@@ -0,0 +1,3 @@
+include(../../../corelib/kernel/qeventloop/qeventloop.pro)
+TARGET = tst_qguieventloop
+QT += gui