summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/ssl/qsslerror/qsslerror.pro
blob: 6b7090db994108f88d959ef113559fe0d7ca8ec7 (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
win32:!wince: LIBS += -lws2_32
QT = core network testlib

TARGET = tst_qsslerror

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