diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-05-13 07:45:33 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-05-13 07:45:33 (GMT) |
commit | 2914a47085a30b9f3eaed7d7919a2830ad886f23 (patch) | |
tree | 18b3ea8402dcacfa4e564caeab38547df478e867 | |
parent | 153da73cd575763c03e6e03aee5243b52dc126bd (diff) | |
parent | 286bc423df6ed670d46d9a7075114f787b8db4bc (diff) | |
download | Qt-2914a47085a30b9f3eaed7d7919a2830ad886f23.zip Qt-2914a47085a30b9f3eaed7d7919a2830ad886f23.tar.gz Qt-2914a47085a30b9f3eaed7d7919a2830ad886f23.tar.bz2 |
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integration
* '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public:
Fixing compiling issues.
-rw-r--r-- | tests/auto/qhostinfo/qhostinfo.pro | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/auto/qhostinfo/qhostinfo.pro b/tests/auto/qhostinfo/qhostinfo.pro index 9bfe576..f5c3923 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 +} + |