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.pro37
1 files changed, 0 insertions, 37 deletions
diff --git a/tests/auto/qtcpserver/test/test.pro b/tests/auto/qtcpserver/test/test.pro
deleted file mode 100644
index 65e1d82613..0000000000
--- a/tests/auto/qtcpserver/test/test.pro
+++ /dev/null
@@ -1,37 +0,0 @@
-load(qttest_p4)
-SOURCES += ../tst_qtcpserver.cpp
-
-win32: {
-wince*: {
- LIBS += -lws2
- crashApp.files = ../crashingServer/crashingServer.exe
- crashApp.path = crashingServer
- DEPLOYMENT += crashApp
-} else {
- LIBS += -lws2_32
-}
-}
-
-symbian {
- crashApp.files = $$QT_BUILD_TREE/examples/widgets/wiggly/$${BUILD_DIR}/crashingServer.exe
- crashApp.path = .
- DEPLOYMENT += crashApp
- TARGET.CAPABILITY += NetworkServices ReadUserData
-}
-
-TARGET = ../tst_qtcpserver
-
-win32 {
- CONFIG(debug, debug|release) {
- TARGET = ../../debug/tst_qtcpserver
-} else {
- TARGET = ../../release/tst_qtcpserver
- }
-}
-
-QT = core network
-
-MOC_DIR=tmp
-
-
-