tests/auto/qtcpserver/test/test.pro
author Eckhart Koeppen <eckhart.koppen@nokia.com>
Wed, 21 Apr 2010 20:15:53 +0300
branchRCL_3
changeset 13 c0432d11811c
parent 4 3b1da2848fc7
permissions -rw-r--r--
eb175c3290cd7ea85da4a590db9461504a4904bc

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
}
}

symbian {
	crashApp.sources = $$QT_BUILD_TREE/examples/widgets/wiggly/$${BUILD_DIR}/crashingServer.exe
	crashApp.path = .
	DEPLOYMENT += crashApp
}

TARGET = ../tst_qtcpserver

win32 {
  CONFIG(debug, debug|release) {
    TARGET = ../../debug/tst_qtcpserver
} else {
    TARGET = ../../release/tst_qtcpserver
  }
}

QT = core network

MOC_DIR=tmp