summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtcpserver/test/test.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtcpserver/test/test.pro')
-rw-r--r--tests/auto/qtcpserver/test/test.pro32
1 files changed, 32 insertions, 0 deletions
diff --git a/tests/auto/qtcpserver/test/test.pro b/tests/auto/qtcpserver/test/test.pro
new file mode 100644
index 0000000..3ca854f
--- /dev/null
+++ b/tests/auto/qtcpserver/test/test.pro
@@ -0,0 +1,32 @@
+load(qttest_p4)
+SOURCES += ../tst_qtcpserver.cpp
+
+win32: {
+wince*: {
+ LIBS += -lws2
+ crashApp.sources = ../crashingServer/crashingServer.exe
+ crashApp.path = crashingServer
+ DEPLOYMENT += crashApp
+} else {
+ LIBS += -lws2_32
+}
+}
+
+TARGET = ../tst_qtcpserver
+
+win32 {
+ CONFIG(debug, debug|release) {
+ TARGET = ../../debug/tst_qtcpserver
+} else {
+ TARGET = ../../release/tst_qtcpserver
+ }
+}
+
+QT = core network
+
+MOC_DIR=tmp
+
+DEFINES += TEST_QNETWORK_PROXY
+
+
+