2011-10-25 04:42:16 +00:00
|
|
|
CONFIG += testcase
|
2012-05-29 06:20:22 +00:00
|
|
|
testcase.timeout = 800 # this test is slow
|
2011-04-27 10:05:43 +00:00
|
|
|
SOURCES += ../tst_qudpsocket.cpp
|
2011-10-25 04:42:16 +00:00
|
|
|
QT = core network testlib
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
MOC_DIR=tmp
|
|
|
|
|
|
|
|
win32 {
|
|
|
|
CONFIG(debug, debug|release) {
|
|
|
|
DESTDIR = ../debug
|
|
|
|
} else {
|
|
|
|
DESTDIR = ../release
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
DESTDIR = ../
|
|
|
|
}
|
|
|
|
|
|
|
|
TARGET = tst_qudpsocket
|