summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2009-11-12 14:26:03 (GMT)
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2009-11-12 14:26:03 (GMT)
commit58dbae4f9bed45b5657546898f8d0bca5a3d4c56 (patch)
tree98e032439bfa4db03f5fd1a5260c98e28024613d /tests/auto/auto.pro
parentc976e02286eafe9deaa59fdd98d9bb5b35451d44 (diff)
downloadQt-58dbae4f9bed45b5657546898f8d0bca5a3d4c56.zip
Qt-58dbae4f9bed45b5657546898f8d0bca5a3d4c56.tar.gz
Qt-58dbae4f9bed45b5657546898f8d0bca5a3d4c56.tar.bz2
Autotests: Add gui application launcher test.
X11/Windows: Launch gui application and stop them via Windows manager, check stderr, exit codes, etc. Currently tests Qt Designer, Qt Linguist, Qt Demo and prominent examples/demos. Rubber-stamped-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 1ec4c16..ad58d30 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -10,7 +10,8 @@ TEMPLATE = subdirs
linguist \
moc \
uic \
- uic3
+ uic3 \
+ guiapplauncher
Q3SUBDIRS += \
q3accel \
q3action \