summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlocale
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2010-08-06 10:40:16 +0300
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2010-08-06 10:46:03 +0300
commitf732113f45a918fcb39ed073f82bcf0de5b455b2 (patch)
tree2fa7003199b39443f66661aeb28454e0ac72b5e9 /tests/auto/qlocale
parentbba4b0caa9865ee021a3e477e1bb861c56000f68 (diff)
Added $$MW_LAYER_SYSTEMINCLUDE to some autotests
These autotests couldn't find e32svr.h in Symbian^3 env because that header has moved. Reviewed-by: TrustMe
Diffstat (limited to 'tests/auto/qlocale')
-rw-r--r--tests/auto/qlocale/test/test.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qlocale/test/test.pro b/tests/auto/qlocale/test/test.pro
index e33d0fe4fc..6512e19465 100644
--- a/tests/auto/qlocale/test/test.pro
+++ b/tests/auto/qlocale/test/test.pro
@@ -37,3 +37,5 @@ symbian:contains(S60_VERSION,3.2) {
"$${LITERAL_HASH}endif"
MMP_RULES += custom_paged_rule
}
+
+symbian: INCLUDEPATH *= $$MW_LAYER_SYSTEMINCLUDE # Needed for e32svr.h in S^3 envs