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

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

TARGET = tst_qsslcipher

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