2011-10-25 04:42:16 +00:00
|
|
|
CONFIG += testcase
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2011-12-08 15:04:45 +00:00
|
|
|
QT = core-private network-private testlib
|
2011-04-27 10:05:43 +00:00
|
|
|
SOURCES += ../tst_qtcpsocket.cpp
|
|
|
|
|
2019-04-24 09:26:58 +00:00
|
|
|
win32: QMAKE_USE += ws2_32
|
2011-04-27 10:05:43 +00:00
|
|
|
TARGET = tst_qtcpsocket
|
|
|
|
|
|
|
|
win32 {
|
|
|
|
CONFIG(debug, debug|release) {
|
|
|
|
DESTDIR = ../debug
|
|
|
|
} else {
|
|
|
|
DESTDIR = ../release
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
DESTDIR = ../
|
|
|
|
}
|
2019-02-12 16:05:51 +00:00
|
|
|
|
|
|
|
# Only on Linux until cyrus has been added to docker-compose-for-{windows,macOS}.yml and tested
|
|
|
|
linux {
|
2019-03-25 17:04:26 +00:00
|
|
|
CONFIG += unsupported/testserver
|
2019-02-12 16:05:51 +00:00
|
|
|
QT_TEST_SERVER_LIST = danted squid apache2 ftp-proxy vsftpd iptables cyrus
|
|
|
|
}
|