summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/ssl/qsslerror/qsslerror.pro
blob: 85a5046923251fa70ef11995c4531734fd0daeb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
CONFIG += testcase
CONFIG += parallel_test

SOURCES += tst_qsslerror.cpp
!wince*:win32:LIBS += -lws2_32
QT = core network testlib

TARGET = tst_qsslerror

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