diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2010-08-06 07:40:16 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2010-08-06 07:46:03 (GMT) |
commit | f732113f45a918fcb39ed073f82bcf0de5b455b2 (patch) | |
tree | 2fa7003199b39443f66661aeb28454e0ac72b5e9 /tests/auto/qlocale | |
parent | bba4b0caa9865ee021a3e477e1bb861c56000f68 (diff) | |
download | Qt-f732113f45a918fcb39ed073f82bcf0de5b455b2.zip Qt-f732113f45a918fcb39ed073f82bcf0de5b455b2.tar.gz Qt-f732113f45a918fcb39ed073f82bcf0de5b455b2.tar.bz2 |
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.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qlocale/test/test.pro b/tests/auto/qlocale/test/test.pro index e33d0fe..6512e19 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 |