summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access/access.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/network/access/access.pro')
-rw-r--r--tests/auto/network/access/access.pro8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/auto/network/access/access.pro b/tests/auto/network/access/access.pro
index 6ef10b7b1b..ef0aeac3c8 100644
--- a/tests/auto/network/access/access.pro
+++ b/tests/auto/network/access/access.pro
@@ -18,5 +18,11 @@ SUBDIRS=\
qhttpnetworkconnection \
qhttpnetworkreply \
qftp \
- hpack \
+ hpack
+contains(QT_CONFIG, openssl) | contains(QT_CONFIG, openssl-linked) {
+ contains(QT_CONFIG, private_tests) {
+ SUBDIRS += \
+ http2
+ }
+}