qt5base-lts/tests/auto/network/access/access.pro
Timur Pocheptsov 205ff27260 HTTP2 - autotest
Add autotest for QHttp2ProtocolHandler. This patch contains  a very simplistic
"in-process HTTP2 server" for testing the protocol's basic logic/flow control/error
handling and emulating possible scenarios.

Task-number: QTBUG-50956
Change-Id: Ie02d3329c5182277a3c7c84f1bae8d02308e945d
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2016-07-14 10:20:36 +00:00

29 lines
601 B
Prolog

TEMPLATE=subdirs
SUBDIRS=\
qnetworkdiskcache \
qnetworkcookiejar \
qnetworkaccessmanager \
qnetworkcookie \
qnetworkrequest \
qhttpnetworkconnection \
qnetworkreply \
spdy \
qnetworkcachemetadata \
qftp \
qhttpnetworkreply \
qabstractnetworkcache \
hpack
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
qhttpnetworkconnection \
qhttpnetworkreply \
qftp \
hpack
contains(QT_CONFIG, openssl) | contains(QT_CONFIG, openssl-linked) {
contains(QT_CONFIG, private_tests) {
SUBDIRS += \
http2
}
}