summaryrefslogtreecommitdiff
path: root/tests/auto/qresourceengine/qresourceengine.pro
diff options
context:
space:
mode:
authorKalle Viironen <kalle.viironen@digia.com>2012-02-09 10:45:07 +0200
committerQt by Nokia <qt-info@nokia.com>2012-04-27 13:33:18 +0200
commitef173b3067dcd4bd8fb985b5124cd7efd6a24e14 (patch)
treef7bebec111af054ea2a324afa62810288f14052d /tests/auto/qresourceengine/qresourceengine.pro
parentae551cbdba9b58844603fde52b950b21ea0cbbc6 (diff)
downloadqt4-tools-ef173b3067dcd4bd8fb985b5124cd7efd6a24e14.tar.gz
Fix bug that made some autotests unrunnable on INTEGRITY target
Some autotests had else:integrity { patrs that defined SRCDIR so that those tests were unrunnable on INTEGRITY. This patch removes those defines. Task-number: QTBUG-24176 Change-Id: I26d3ee60c825fc57a60df1a7177176585733d099 Reviewed-by: Rolland Dudemaine <rolland@ghs.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'tests/auto/qresourceengine/qresourceengine.pro')
-rw-r--r--tests/auto/qresourceengine/qresourceengine.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qresourceengine/qresourceengine.pro b/tests/auto/qresourceengine/qresourceengine.pro
index 6359549a6f..9ca6994716 100644
--- a/tests/auto/qresourceengine/qresourceengine.pro
+++ b/tests/auto/qresourceengine/qresourceengine.pro
@@ -40,8 +40,6 @@ wince*|symbian:{
testsub2.path = testqrc/test/test
DEPLOYMENT += deploy test alias other search1 search2 sub testsub testsub2
!symbian:DEFINES += SRCDIR=\\\"\\\"
-} else:integrity {
- DEFINES += SRCDIR=\"/\"
} else {
DEFINES += SRCDIR=\\\"$$PWD/\\\"
}