summaryrefslogtreecommitdiff
path: root/tests/auto/guiapplauncher/guiapplauncher.pro
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2009-11-12 15:26:03 +0100
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2009-11-12 15:26:03 +0100
commit58dbae4f9bed45b5657546898f8d0bca5a3d4c56 (patch)
tree98e032439bfa4db03f5fd1a5260c98e28024613d /tests/auto/guiapplauncher/guiapplauncher.pro
parentc976e02286eafe9deaa59fdd98d9bb5b35451d44 (diff)
downloadqt4-tools-58dbae4f9bed45b5657546898f8d0bca5a3d4c56.tar.gz
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/guiapplauncher/guiapplauncher.pro')
-rw-r--r--tests/auto/guiapplauncher/guiapplauncher.pro20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/auto/guiapplauncher/guiapplauncher.pro b/tests/auto/guiapplauncher/guiapplauncher.pro
new file mode 100644
index 0000000000..27c3553a2c
--- /dev/null
+++ b/tests/auto/guiapplauncher/guiapplauncher.pro
@@ -0,0 +1,20 @@
+# -------------------------------------------------
+# Project created by QtCreator 2009-11-10T14:39:06
+# -------------------------------------------------
+
+# Link against gui for X11,etc.
+
+DEFINES += SRCDIR=\\\"$$PWD/\\\"
+TARGET = tst_guiapplauncher
+CONFIG += console
+CONFIG -= app_bundle
+CONFIG += qtestlib
+TEMPLATE = app
+SOURCES += tst_guiapplauncher.cpp \
+ windowmanager.cpp
+HEADERS += windowmanager.h
+
+win32 {
+ # process enumeration,etc.
+ LIBS+=user32.lib
+}