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

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

TARGET = tst_qsslcipher

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