diff options
Diffstat (limited to 'tests/auto/qhostinfo/qhostinfo.pro')
-rw-r--r-- | tests/auto/qhostinfo/qhostinfo.pro | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/auto/qhostinfo/qhostinfo.pro b/tests/auto/qhostinfo/qhostinfo.pro new file mode 100644 index 0000000..9bfe576 --- /dev/null +++ b/tests/auto/qhostinfo/qhostinfo.pro @@ -0,0 +1,13 @@ +load(qttest_p4) + +SOURCES += tst_qhostinfo.cpp + +QT = core network core + +wince*: { + LIBS += ws2.lib +} else { + win32:LIBS += -lws2_32 +} + + |