summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAleksandar Sasha Babic <aleksandar.babic@nokia.com>2010-05-21 09:41:19 +0200
committerAleksandar Sasha Babic <aleksandar.babic@nokia.com>2010-05-21 09:48:23 +0200
commit1c51d8c798ca981206dafc06595a198dc1d42798 (patch)
tree329855742a05642dfaef6e0e2ae3667f52f6860b /tests
parent1876205f3054bec91f1ada89c8d8b1eef61193ab (diff)
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')
-rw-r--r--tests/auto/qhttpnetworkconnection/qhttpnetworkconnection.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qhttpnetworkconnection/qhttpnetworkconnection.pro b/tests/auto/qhttpnetworkconnection/qhttpnetworkconnection.pro
index 0021bc1d28..7746642bdb 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
+}