qt5base-lts/tests/auto/network/socket/qudpsocket/test/test.pro

19 lines
292 B
Prolog
Raw Normal View History

CONFIG += testcase
testcase.timeout = 800 # this test is slow
SOURCES += ../tst_qudpsocket.cpp
QT = core network testlib
MOC_DIR=tmp
win32 {
CONFIG(debug, debug|release) {
DESTDIR = ../debug
} else {
DESTDIR = ../release
}
} else {
DESTDIR = ../
}
TARGET = tst_qudpsocket