summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsslcertificate/qsslcertificate.pro
blob: 827aa4976bf19311929c9e36a962dbd19fa6c5cc (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
CONFIG += testcase

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

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

wince*|symbian: {
  certFiles.files = certificates more-certificates
  certFiles.path    = .
  DEPLOYMENT += certFiles
}

wince*: {
  DEFINES += SRCDIR=\\\".\\\"
} else:!symbian {
   DEFINES += SRCDIR=\\\"$$PWD/\\\"
}

symbian:TARGET.CAPABILITY = NetworkServices ReadUserData