summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qapplication/modal/modal.pro
diff options
context:
space:
mode:
authorKurt Korbatits <kurt.korbatits@nokia.com>2012-01-25 11:29:16 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-31 04:55:38 +0100
commitc8f88e6292c155c431cf8eb8657e46717c862eb0 (patch)
tree664d01f8f76e49bf2240f29d5847828130ba541e /tests/auto/widgets/kernel/qapplication/modal/modal.pro
parent4ca298f42bfdc908815cca06236827e5158a5f67 (diff)
Changed qapplication unittest to work from installation directory
- Changed to use TESTDATA and installTestHelperApp() - Changed to use QFINDTESTDATA instead of currentPath() Change-Id: Ia24ebc758d5d0fdfcca951500766adefbcf9fe93 Reviewed-by: Kurt Korbatits <kurt.korbatits@nokia.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com> 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.pro3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/widgets/kernel/qapplication/modal/modal.pro b/tests/auto/widgets/kernel/qapplication/modal/modal.pro
index b13165bcda..d9489928ba 100644
--- a/tests/auto/widgets/kernel/qapplication/modal/modal.pro
+++ b/tests/auto/widgets/kernel/qapplication/modal/modal.pro
@@ -8,6 +8,3 @@ DESTDIR = ./
CONFIG -= app_bundle
HEADERS += base.h
-# This app is testdata for tst_qapplication
-target.path = $$[QT_INSTALL_TESTS]/tst_qapplication/$$TARGET
-INSTALLS += target