diff options
author | Aleksandar Sasha Babic <aleksandar.babic@nokia.com> | 2010-05-21 07:41:19 (GMT) |
---|---|---|
committer | Aleksandar Sasha Babic <aleksandar.babic@nokia.com> | 2010-05-21 07:48:23 (GMT) |
commit | 1c51d8c798ca981206dafc06595a198dc1d42798 (patch) | |
tree | 329855742a05642dfaef6e0e2ae3667f52f6860b /tests/auto/qhttpnetworkconnection | |
parent | 1876205f3054bec91f1ada89c8d8b1eef61193ab (diff) | |
download | Qt-1c51d8c798ca981206dafc06595a198dc1d42798.zip Qt-1c51d8c798ca981206dafc06595a198dc1d42798.tar.gz Qt-1c51d8c798ca981206dafc06595a198dc1d42798.tar.bz2 |
Fixing the compile issue.
We have to explicitely specify the include path to the MW headers
for Symbian. The compiler always gets confused if the private headers
get in the way.
Reviewed-by: TrustMe
Diffstat (limited to 'tests/auto/qhttpnetworkconnection')
-rw-r--r-- | tests/auto/qhttpnetworkconnection/qhttpnetworkconnection.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qhttpnetworkconnection/qhttpnetworkconnection.pro b/tests/auto/qhttpnetworkconnection/qhttpnetworkconnection.pro index 0021bc1..7746642 100644 --- a/tests/auto/qhttpnetworkconnection/qhttpnetworkconnection.pro +++ b/tests/auto/qhttpnetworkconnection/qhttpnetworkconnection.pro @@ -4,3 +4,7 @@ INCLUDEPATH += $$QT_SOURCE_TREE/src/3rdparty/zlib requires(contains(QT_CONFIG,private_tests)) QT = core network + +symbian: { + INCLUDEPATH += $$MW_LAYER_SYSTEMINCLUDE +} |