From ad2da2d27a590333fc89a56fc58700a09c3017b3 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Thu, 17 Dec 2020 14:55:57 +0100 Subject: Remove the qmake project files Remove the qmake project files for most of Qt. Leave the qmake project files for examples, because we still test those in the CI to ensure qmake does not regress. Also leave the qmake project files for utils and other minor parts that lack CMake project files. Task-number: QTBUG-88742 Change-Id: I6cdf059e6204816f617f9624f3ea9822703f73cc Reviewed-by: Edward Welbourne Reviewed-by: Qt CI Bot Reviewed-by: Kai Koehne --- src/network/access/access.pri | 128 ------------------------------------- src/network/access/http2/http2.pri | 17 ----- 2 files changed, 145 deletions(-) delete mode 100644 src/network/access/access.pri delete mode 100644 src/network/access/http2/http2.pri (limited to 'src/network/access') diff --git a/src/network/access/access.pri b/src/network/access/access.pri deleted file mode 100644 index d7fe0c632d..0000000000 --- a/src/network/access/access.pri +++ /dev/null @@ -1,128 +0,0 @@ -# Qt network access module - -HEADERS += \ - access/qnetworkaccessauthenticationmanager_p.h \ - access/qnetworkaccessmanager.h \ - access/qnetworkaccessmanager_p.h \ - access/qnetworkaccesscache_p.h \ - access/qnetworkaccessbackend_p.h \ - access/qnetworkaccessdebugpipebackend_p.h \ - access/qnetworkaccessfilebackend_p.h \ - access/qnetworkaccesscachebackend_p.h \ - access/qnetworkcookie.h \ - access/qnetworkcookie_p.h \ - access/qnetworkcookiejar.h \ - access/qnetworkcookiejar_p.h \ - access/qnetworkrequest.h \ - access/qnetworkrequest_p.h \ - access/qnetworkreply.h \ - access/qnetworkreply_p.h \ - access/qnetworkreplyimpl_p.h \ - access/qnetworkreplydataimpl_p.h \ - access/qnetworkreplyfileimpl_p.h \ - access/qabstractnetworkcache_p.h \ - access/qabstractnetworkcache.h \ - access/qnetworkfile_p.h \ - access/qhsts_p.h \ - access/qhstspolicy.h - -SOURCES += \ - access/qnetworkaccessauthenticationmanager.cpp \ - access/qnetworkaccessmanager.cpp \ - access/qnetworkaccesscache.cpp \ - access/qnetworkaccessbackend.cpp \ - access/qnetworkaccessdebugpipebackend.cpp \ - access/qnetworkaccessfilebackend.cpp \ - access/qnetworkaccesscachebackend.cpp \ - access/qnetworkcookie.cpp \ - access/qnetworkcookiejar.cpp \ - access/qnetworkrequest.cpp \ - access/qnetworkreply.cpp \ - access/qnetworkreplyimpl.cpp \ - access/qnetworkreplydataimpl.cpp \ - access/qnetworkreplyfileimpl.cpp \ - access/qabstractnetworkcache.cpp \ - access/qnetworkfile.cpp \ - access/qhsts.cpp \ - access/qhstspolicy.cpp - -qtConfig(networkdiskcache) { - HEADERS += \ - access/qnetworkdiskcache_p.h \ - access/qnetworkdiskcache.h - - SOURCES += access/qnetworkdiskcache.cpp -} - -qtConfig(settings) { - HEADERS += \ - access/qhstsstore_p.h - - SOURCES += \ - access/qhstsstore.cpp -} - -mac: LIBS_PRIVATE += -framework Security - -wasm { - SOURCES += \ - access/qnetworkreplywasmimpl.cpp - HEADERS += \ - access/qnetworkreplywasmimpl_p.h -} - -include($$PWD/../../3rdparty/zlib_dependency.pri) - -qtConfig(http) { - include($$PWD/http2/http2.pri) - - SOURCES += \ - access/qdecompresshelper.cpp \ - access/qabstractprotocolhandler.cpp \ - access/qhttp2protocolhandler.cpp \ - access/qhttpmultipart.cpp \ - access/qhttpnetworkconnection.cpp \ - access/qhttpnetworkconnectionchannel.cpp \ - access/qhttpnetworkheader.cpp \ - access/qhttpnetworkreply.cpp \ - access/qhttpnetworkrequest.cpp \ - access/qhttpprotocolhandler.cpp \ - access/qhttpthreaddelegate.cpp \ - access/qnetworkreplyhttpimpl.cpp \ - access/qhttp2configuration.cpp - - HEADERS += \ - access/qdecompresshelper_p.h \ - access/qabstractprotocolhandler_p.h \ - access/qhttp2protocolhandler_p.h \ - access/qhttpmultipart.h \ - access/qhttpmultipart_p.h \ - access/qhttpnetworkconnection_p.h \ - access/qhttpnetworkconnectionchannel_p.h \ - access/qhttpnetworkheader_p.h \ - access/qhttpnetworkreply_p.h \ - access/qhttpnetworkrequest_p.h \ - access/qhttpprotocolhandler_p.h \ - access/qhttpthreaddelegate_p.h \ - access/qnetworkreplyhttpimpl_p.h \ - access/qhttp2configuration.h - - qtConfig(brotli) { - QMAKE_USE_PRIVATE += brotli - } - - qtConfig(zstd) { - QMAKE_USE_PRIVATE += zstd - } -} - -wasm: { - SOURCES += \ - access/qhttpmultipart.cpp \ - access/qhttpnetworkheader.cpp - - HEADERS += \ - access/qhttpmultipart.h \ - access/qhttpmultipart_p.h \ - access/qhttpnetworkheader_p.h -} diff --git a/src/network/access/http2/http2.pri b/src/network/access/http2/http2.pri deleted file mode 100644 index e9f30aeb4a..0000000000 --- a/src/network/access/http2/http2.pri +++ /dev/null @@ -1,17 +0,0 @@ -HEADERS += \ - access/http2/bitstreams_p.h \ - access/http2/huffman_p.h \ - access/http2/hpack_p.h \ - access/http2/hpacktable_p.h \ - access/http2/http2frames_p.h \ - access/http2/http2streams_p.h \ - access/http2/http2protocol_p.h - -SOURCES += \ - access/http2/bitstreams.cpp \ - access/http2/huffman.cpp \ - access/http2/hpack.cpp \ - access/http2/hpacktable.cpp \ - access/http2/http2frames.cpp \ - access/http2/http2streams.cpp \ - access/http2/http2protocol.cpp -- cgit v1.2.3