summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/ssl/qsslkey/qsslkey.pro
blob: f21544ac51cf72830e1e111036e79d254e74c243 (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
25
26
27
28
29
load(qttest_p4)

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

TARGET = tst_qsslkey

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

wince* {
    keyFiles.files = keys
    keyFiles.path    = .

    passphraseFiles.files = rsa-without-passphrase.pem rsa-with-passphrase.pem
    passphraseFiles.path    = .

    DEPLOYMENT += keyFiles passphraseFiles
    DEFINES += SRCDIR=\\\".\\\"
} else {
    DEFINES+= SRCDIR=\\\"$$PWD\\\"
    TARGET.CAPABILITY = NetworkServices
}