summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/ssl/qsslcertificate/qsslcertificate.pro
blob: 36b7b7bc57ac7b7faa85f4acfbabb0b884461cfc (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
load(qttest_p4)

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

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/\\\"
}