summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qapplication/modal/modal.pro
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-12-14 09:27:33 +0100
committerQt by Nokia <qt-info@nokia.com>2011-12-15 03:56:16 +0100
commit2163f05942a9e13264fcfc52666c451e9c77f5f0 (patch)
tree3bd16a3e002d94bb8b888c615c697cd7ec61bd4c /tests/auto/widgets/kernel/qapplication/modal/modal.pro
parentdc98d585624d5f1de529dab86bbc061f6b64f89d (diff)
Application-test: Fix location of sub-executables.
Use QFINDTESTDATA to set the working directory and change the profiles accordingly (as in the qprocess-test). Change-Id: I332038728c64214f73ced448e1466ad96c11b3b3 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/widgets/kernel/qapplication/modal/modal.pro')
-rw-r--r--tests/auto/widgets/kernel/qapplication/modal/modal.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/auto/widgets/kernel/qapplication/modal/modal.pro b/tests/auto/widgets/kernel/qapplication/modal/modal.pro
index 9ed69769bb..b13165bcda 100644
--- a/tests/auto/widgets/kernel/qapplication/modal/modal.pro
+++ b/tests/auto/widgets/kernel/qapplication/modal/modal.pro
@@ -1,9 +1,13 @@
TEMPLATE = app
QT += widgets
-TARGET =
DEPENDPATH += .
INCLUDEPATH += .
SOURCES += main.cpp \
base.cpp
DESTDIR = ./
+CONFIG -= app_bundle
HEADERS += base.h
+
+# This app is testdata for tst_qapplication
+target.path = $$[QT_INSTALL_TESTS]/tst_qapplication/$$TARGET
+INSTALLS += target