Files
qt5.12.8/tests/auto/network/ssl/qsslcipher/qsslcipher.pro
2025-08-26 22:57:23 +08:00

15 lines
200 B
Prolog

CONFIG += testcase
SOURCES += tst_qsslcipher.cpp
QT = core network testlib
TARGET = tst_qsslcipher
win32 {
CONFIG(debug, debug|release) {
DESTDIR = debug
} else {
DESTDIR = release
}
}