summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket/qtcpserver/test/test.pro
blob: de02fb032d4bc5ec47e04ba60097fa6b4524f64c (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:LIBS += -lws2_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
}