diff options
author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2009-11-12 14:26:03 (GMT) |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2009-11-12 14:26:03 (GMT) |
commit | 58dbae4f9bed45b5657546898f8d0bca5a3d4c56 (patch) | |
tree | 98e032439bfa4db03f5fd1a5260c98e28024613d /tests/auto/auto.pro | |
parent | c976e02286eafe9deaa59fdd98d9bb5b35451d44 (diff) | |
download | Qt-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.pro | 3 |
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 \ |