diff options
Diffstat (limited to 'sources/pyside6/cmake/PySideHelpers.cmake')
| -rw-r--r-- | sources/pyside6/cmake/PySideHelpers.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/pyside6/cmake/PySideHelpers.cmake b/sources/pyside6/cmake/PySideHelpers.cmake index 176623cb2..0044262cb 100644 --- a/sources/pyside6/cmake/PySideHelpers.cmake +++ b/sources/pyside6/cmake/PySideHelpers.cmake @@ -86,7 +86,6 @@ macro(collect_optional_modules) Designer Xml Help Multimedia - HttpServer MultimediaWidgets OpenGL OpenGLWidgets @@ -122,6 +121,8 @@ macro(collect_optional_modules) list(APPEND ALL_OPTIONAL_MODULES WebChannel WebEngineCore WebEngineWidgets WebEngineQuick WebSockets) if(NOT WIN32) + # FIXME: Move to global once DELETE define clash is resolved. + list(APPEND ALL_OPTIONAL_MODULES HttpServer) list(APPEND ALL_OPTIONAL_MODULES DBus) endif() if (Qt${QT_MAJOR_VERSION}Core_VERSION VERSION_GREATER 6.0.2) |
