summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/kernel/qhostaddress/qhostaddress.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/network/kernel/qhostaddress/qhostaddress.pro')
-rw-r--r--tests/auto/network/kernel/qhostaddress/qhostaddress.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/auto/network/kernel/qhostaddress/qhostaddress.pro b/tests/auto/network/kernel/qhostaddress/qhostaddress.pro
new file mode 100644
index 0000000000..7bcbfb0165
--- /dev/null
+++ b/tests/auto/network/kernel/qhostaddress/qhostaddress.pro
@@ -0,0 +1,15 @@
+load(qttest_p4)
+SOURCES += tst_qhostaddress.cpp
+
+
+QT = core network
+
+win32: {
+wince*: {
+ LIBS += -lws2
+} else {
+ LIBS += -lws2_32
+}
+}
+
+symbian: TARGET.CAPABILITY = NetworkServices