qt6-bb10/tests/auto/network/ssl/qocsp/qocsp.pro

16 lines
223 B
Prolog

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
}
}