summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/ssl/qsslsocket/qsslsocket.pro
blob: 5c92ca833a58525bf0bf24ff6ad1cfb229d0196a (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
CONFIG += testcase

SOURCES += tst_qsslsocket.cpp
win32:LIBS += -lws2_32
QT = core core-private network-private testlib

TARGET = tst_qsslsocket

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

# OpenSSL support
qtConfig(openssl)|qtConfig(openssl-linked) {
    # Add optional SSL libs
    LIBS += $$OPENSSL_LIBS
}

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

requires(qtConfig(private_tests))