diff --git a/CMakeLists.txt b/CMakeLists.txt index 9e8cfd197..440eaa231 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -108,7 +108,9 @@ option(KDDockWidgets_TESTS "Build the tests" OFF) option(KDDockWidgets_WAYLAND_TESTS "Build the wayland tests" OFF) option(KDDockWidgets_EXAMPLES "Build the examples" ON) option(KDDockWidgets_DOCS "Build the API documentation" OFF) -option(KDDockWidgets_WERROR "Use -Werror (will be true for developer-mode unconditionally)" ${KDDockWidgets_DEVELOPER_MODE}) +option(KDDockWidgets_WERROR "Use -Werror (will be true for developer-mode unconditionally)" + ${KDDockWidgets_DEVELOPER_MODE} +) option(KDDockWidgets_X11EXTRAS "Link against QtX11Extras to detect if the compositor supports transparency. Not applicable on non-Linux or Qt6." ON