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

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

TARGET = tst_qsslcipher

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