summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/ssl/qsslcertificate/qsslcertificate.pro
blob: 7e2abac3f804263d8fd86604176efcd58a12dc0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
CONFIG += testcase

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

TARGET = tst_qsslcertificate

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

wince* {
    certFiles.files = certificates more-certificates
    certFiles.path    = .
    DEPLOYMENT += certFiles
    DEFINES += SRCDIR=\\\".\\\"
} else {
    DEFINES += SRCDIR=\\\"$$PWD/\\\"
}