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

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