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

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

TARGET = tst_qsslerror

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