From ad06843fab06f794c98b54b6b4f47d38611a7c80 Mon Sep 17 00:00:00 2001 From: fanquake Date: Wed, 12 Nov 2025 13:23:20 +0000 Subject: [PATCH] depends: avoid qdbusviewer in Qt build This is unused, and causes issues with static builds. --- depends/patches/qt/qttools_skip_dependencies.patch | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/depends/patches/qt/qttools_skip_dependencies.patch b/depends/patches/qt/qttools_skip_dependencies.patch index 09f66f4497f..d1faa4d3c19 100644 --- a/depends/patches/qt/qttools_skip_dependencies.patch +++ b/depends/patches/qt/qttools_skip_dependencies.patch @@ -34,3 +34,12 @@ QtTools: Skip unnecessary dependencies: # Create a fake module that would emulate the Qt5::LinguistTools CMake Config package qt_internal_add_module(Linguist +--- a/qttools/src/qdbus/CMakeLists.txt ++++ b/qttools/src/qdbus/CMakeLists.txt +@@ -7,6 +7,3 @@ endif() + if(QT_FEATURE_dom) + add_subdirectory(qdbus) + endif() +-if(QT_FEATURE_dialogbuttonbox AND QT_FEATURE_inputdialog AND QT_FEATURE_menu AND QT_FEATURE_messagebox AND TARGET Qt::Widgets) +- add_subdirectory(qdbusviewer) +-endif()