aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sources/pyside6/PySide6/QtHttpServer/CMakeLists.txt3
-rw-r--r--sources/pyside6/PySide6/QtHttpServer/typesystem_httpserver.xml1
2 files changed, 1 insertions, 3 deletions
diff --git a/sources/pyside6/PySide6/QtHttpServer/CMakeLists.txt b/sources/pyside6/PySide6/QtHttpServer/CMakeLists.txt
index 6c10ec9a4..4e0c6ef76 100644
--- a/sources/pyside6/PySide6/QtHttpServer/CMakeLists.txt
+++ b/sources/pyside6/PySide6/QtHttpServer/CMakeLists.txt
@@ -4,7 +4,6 @@ set(QtHttpServer_SRC
${QtHttpServer_GEN_DIR}/qabstracthttpserver_wrapper.cpp
${QtHttpServer_GEN_DIR}/qfuturehttpserverresponse_wrapper.cpp
${QtHttpServer_GEN_DIR}/qhttpserver_wrapper.cpp
- ${QtHttpServer_GEN_DIR}/qhttpserverfutureresponse_wrapper.cpp
${QtHttpServer_GEN_DIR}/qhttpserverresponder_wrapper.cpp
${QtHttpServer_GEN_DIR}/qhttpserverrequest_wrapper.cpp
${QtHttpServer_GEN_DIR}/qhttpserverresponse_wrapper.cpp
@@ -26,7 +25,7 @@ set(QtHttpServer_include_dirs ${QtHttpServer_SOURCE_DIR}
${QtWebSockets_GEN_DIR})
set(QtHttpServer_libraries pyside6
- ${Qt${QT_MAJOR_VERSION}HttpServer_LIBRARIES}
+ ${Qt${QT_MAJOR_VERSION}HttpServer_LIBRARIES}
${Qt${QT_MAJOR_VERSION}Core_LIBRARIES}
${Qt${QT_MAJOR_VERSION}Concurrent_LIBRARIES}
${Qt${QT_MAJOR_VERSION}Network_LIBRARIES}
diff --git a/sources/pyside6/PySide6/QtHttpServer/typesystem_httpserver.xml b/sources/pyside6/PySide6/QtHttpServer/typesystem_httpserver.xml
index adb334462..0c96dc7a6 100644
--- a/sources/pyside6/PySide6/QtHttpServer/typesystem_httpserver.xml
+++ b/sources/pyside6/PySide6/QtHttpServer/typesystem_httpserver.xml
@@ -24,7 +24,6 @@
snippet="qhttpserver-afterrequest"/>
</add-function>
</object-type>
- <object-type name="QHttpServerFutureResponse"/>
<object-type name="QHttpServerResponder">
<enum-type name="StatusCode"/>
</object-type>