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

SOURCES += tst_qocsp.cpp
QT = core network network-private testlib

TARGET = tst_qocsp

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