summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhostinfo/qhostinfo.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qhostinfo/qhostinfo.pro')
-rw-r--r--tests/auto/qhostinfo/qhostinfo.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/auto/qhostinfo/qhostinfo.pro b/tests/auto/qhostinfo/qhostinfo.pro
new file mode 100644
index 0000000000..97197a9b95
--- /dev/null
+++ b/tests/auto/qhostinfo/qhostinfo.pro
@@ -0,0 +1,16 @@
+load(qttest_p4)
+
+SOURCES += tst_qhostinfo.cpp
+
+QT = core network
+
+wince*: {
+ LIBS += ws2.lib
+} else {
+ win32:LIBS += -lws2_32
+}
+
+symbian: TARGET.CAPABILITY = NetworkServices
+symbian: {
+ INCLUDEPATH *= $$MW_LAYER_SYSTEMINCLUDE
+}