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/qfileinfo | |
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/qfileinfo')
-rw-r--r-- | tests/auto/qfileinfo/qfileinfo.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qfileinfo/qfileinfo.pro b/tests/auto/qfileinfo/qfileinfo.pro index ef5ed22..30656e2 100644 --- a/tests/auto/qfileinfo/qfileinfo.pro +++ b/tests/auto/qfileinfo/qfileinfo.pro @@ -16,6 +16,7 @@ wince*:|symbian: { symbian { TARGET.CAPABILITY=AllFiles LIBS *= -lefsrv + INCLUDEPATH *= $$MW_LAYER_SYSTEMINCLUDE # Needed for e32svr.h in S^3 envs } # support for running test from shadow build directory |