summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhostinfo
diff options
context:
space:
mode:
authorAleksandar Sasha Babic <aleksandar.babic@nokia.com>2010-05-13 09:42:38 +0200
committerAleksandar Sasha Babic <aleksandar.babic@nokia.com>2010-05-13 09:42:38 +0200
commit286bc423df6ed670d46d9a7075114f787b8db4bc (patch)
treec42638da4eea780f9f90ec01a1b5ea5391db74fc /tests/auto/qhostinfo
parentd1ddc7f25f1896a02707ecd295915a098ede11d8 (diff)
Fixing compiling issues.
On tb92 compiler gets confused when there is private header in the main cpp file. This happens in a lot of places in autoteste and benchmarks. We have to give explicite path to the MW headers. Reviewed-by: TrustMe
Diffstat (limited to 'tests/auto/qhostinfo')
-rw-r--r--tests/auto/qhostinfo/qhostinfo.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/auto/qhostinfo/qhostinfo.pro b/tests/auto/qhostinfo/qhostinfo.pro
index 9bfe576f3c..f5c3923cc3 100644
--- a/tests/auto/qhostinfo/qhostinfo.pro
+++ b/tests/auto/qhostinfo/qhostinfo.pro
@@ -2,7 +2,7 @@ load(qttest_p4)
SOURCES += tst_qhostinfo.cpp
-QT = core network core
+QT = core network
wince*: {
LIBS += ws2.lib
@@ -10,4 +10,8 @@ wince*: {
win32:LIBS += -lws2_32
}
+symbian: {
+ INCLUDEPATH *= $$MW_LAYER_SYSTEMINCLUDE
+}
+