3cc0cf31bd
This is meant to be a temporary solution to not hold any further development. JIRA tasks might be filed for failing tests. Change-Id: I08a5f5b0cb153e7fd7890b2936ec3bb6b3a0907c Reviewed-on: http://codereview.qt.nokia.com/1753 Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
29 lines
443 B
Prolog
29 lines
443 B
Prolog
load(qttest_p4)
|
|
SOURCES += ../tst_qudpsocket.cpp
|
|
QT = core network
|
|
|
|
MOC_DIR=tmp
|
|
|
|
win32 {
|
|
CONFIG(debug, debug|release) {
|
|
DESTDIR = ../debug
|
|
} else {
|
|
DESTDIR = ../release
|
|
}
|
|
} else {
|
|
DESTDIR = ../
|
|
}
|
|
|
|
wince*|symbian: {
|
|
addApp.files = ../clientserver/clientserver.exe
|
|
addApp.path = clientserver
|
|
DEPLOYMENT += addApp
|
|
}
|
|
|
|
TARGET = tst_qudpsocket
|
|
|
|
symbian: TARGET.CAPABILITY += NetworkServices
|
|
|
|
|
|
CONFIG+=insignificant_test
|