summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket/qtcpserver/test/test.pro
blob: ac4ed9a989d0420728a1553aa57a5a72b7e0e9a8 (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 {
    QT_TEST_SERVER_LIST = danted cyrus squid ftp-proxy
    include($$dirname(_QMAKE_CONF_)/tests/auto/testserver.pri)
}