summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket/qtcpserver/test/test.pro
blob: 7e2e60a1e3d3c6ba7c8cd767de1b7f46dbb6fd1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
CONFIG += testcase
SOURCES  += ../tst_qtcpserver.cpp

win32: QMAKE_USE += ws2_32

TARGET = ../tst_qtcpserver

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

QT = core network testlib

MOC_DIR=tmp

# Only on Linux until cyrus has been added to docker-compose-for-{windows,macOS}.yml and tested
linux {
    CONFIG += unsupported/testserver
    QT_TEST_SERVER_LIST = danted cyrus squid ftp-proxy
}