summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/ssl/ssl.pro
blob: e89443ef4e5bdf258986ae53223e71c1d118315e (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
30
31
32
33
34
35
36
TEMPLATE=subdirs
QT_FOR_CONFIG += network-private

SUBDIRS=\
   qpassworddigestor \
   qsslcertificate \
   qsslcipher \
   qsslellipticcurve \
   qsslerror \
   qsslkey \

qtConfig(ssl) {
    qtConfig(private_tests) {
        SUBDIRS += \
            qsslsocket \
            qsslsocket_onDemandCertificates_member \
            qsslsocket_onDemandCertificates_static

        qtConfig(dtls) {
            SUBDIRS += \
                qdtlscookie \
                qdtls
        }
    }
}

winrt: SUBDIRS -= \
   qsslsocket_onDemandCertificates_member \
   qsslsocket_onDemandCertificates_static \

qtConfig(ssl) {
    qtConfig(private_tests) {
        SUBDIRS += qasn1element \
                   qssldiffiehellmanparameters
    }
}