aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sources/pyside6/cmake/PySideHelpers.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/cmake/PySideHelpers.cmake b/sources/pyside6/cmake/PySideHelpers.cmake
index b7d8b5578..b013bd0bb 100644
--- a/sources/pyside6/cmake/PySideHelpers.cmake
+++ b/sources/pyside6/cmake/PySideHelpers.cmake
@@ -51,7 +51,7 @@ macro(collect_optional_modules)
endif()
list(APPEND ALL_OPTIONAL_MODULES WebChannel WebEngineCore WebEngineWidgets
WebEngineQuick WebSockets)
- if(NOT WIN32 AND NOT APPLE)
+ if(NOT WIN32)
list(APPEND ALL_OPTIONAL_MODULES DBus)
endif()
if (Qt${QT_MAJOR_VERSION}Core_VERSION VERSION_GREATER 6.0.2)