summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsslerror/qsslerror.pro
blob: 5b907fb600d480d3b08ffb004bc7ef15e17e92ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
load(qttest_p4)

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

TARGET = tst_qsslerror

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

symbian: TARGET.CAPABILITY = NetworkServices