summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/ssl/qsslsocket/qsslsocket.pro
blob: 03fbe89002a6407754f01cfa8ff67fb3ae6c0508 (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
25
26
27
CONFIG += testcase

SOURCES += tst_qsslsocket.cpp
QT = core core-private network-private testlib

TARGET = tst_qsslsocket

win32 {
  CONFIG(debug, debug|release) {
    DESTDIR = debug
} else {
    DESTDIR = release
  }
}

TESTDATA += certs

DEFINES += SRCDIR=\\\"$$PWD/\\\"

requires(qtConfig(private_tests))

# DOCKERTODO: it's 'linux' because it requires cyrus, which
# is linux-only for now ...
linux {
    QT_TEST_SERVER_LIST = squid danted cyrus apache2 echo
    include($$dirname(_QMAKE_CONF_)/tests/auto/testserver.pri)
}