aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/QtNetwork
diff options
context:
space:
mode:
authorFriedemann Kleint <[email protected]>2023-03-27 11:45:03 +0200
committerFriedemann Kleint <[email protected]>2023-03-27 23:06:32 +0200
commit58272e8c8f20871f991c1f9604c4f1bd8fadaa07 (patch)
treeed907f74894845adab0d24a6668c3ae4a219bcf6 /sources/pyside6/PySide6/QtNetwork
parent1be36e4504093a14c8f2b46141386bb4a0a4773f (diff)
Clean up module CMakeLists.txt
Fold in outdated version conditions, sort code module. Pick-to: 6.5 Change-Id: I63fe4c687d2487f28fb9781612ac63ec6ef1a5c7 Reviewed-by: Shyamnath Premnadh <[email protected]>
Diffstat (limited to 'sources/pyside6/PySide6/QtNetwork')
-rw-r--r--sources/pyside6/PySide6/QtNetwork/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/sources/pyside6/PySide6/QtNetwork/CMakeLists.txt b/sources/pyside6/PySide6/QtNetwork/CMakeLists.txt
index 62a172ae5..21974f92c 100644
--- a/sources/pyside6/PySide6/QtNetwork/CMakeLists.txt
+++ b/sources/pyside6/PySide6/QtNetwork/CMakeLists.txt
@@ -68,11 +68,9 @@ else()
${QtNetwork_GEN_DIR}/qsslerror_wrapper.cpp
${QtNetwork_GEN_DIR}/qsslkey_wrapper.cpp
${QtNetwork_GEN_DIR}/qsslpresharedkeyauthenticator_wrapper.cpp
+ ${QtNetwork_GEN_DIR}/qsslserver_wrapper.cpp
${QtNetwork_GEN_DIR}/qsslsocket_wrapper.cpp
${QtNetwork_GEN_DIR}/qocspresponse_wrapper.cpp)
- if (Qt${QT_MAJOR_VERSION}Network_VERSION VERSION_GREATER_EQUAL 6.4.0)
- list(APPEND QtNetwork_SRC ${QtNetwork_GEN_DIR}/qsslserver_wrapper.cpp)
- endif()
message(STATUS "Qt${QT_MAJOR_VERSION}Network: Adding SSL classes")
endif()