Skip to content

Commit ad06843

Browse files
committed
depends: avoid qdbusviewer in Qt build
This is unused, and causes issues with static builds.
1 parent 6848ed5 commit ad06843

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

depends/patches/qt/qttools_skip_dependencies.patch

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,12 @@ QtTools: Skip unnecessary dependencies:
3434

3535
# Create a fake module that would emulate the Qt5::LinguistTools CMake Config package
3636
qt_internal_add_module(Linguist
37+
--- a/qttools/src/qdbus/CMakeLists.txt
38+
+++ b/qttools/src/qdbus/CMakeLists.txt
39+
@@ -7,6 +7,3 @@ endif()
40+
if(QT_FEATURE_dom)
41+
add_subdirectory(qdbus)
42+
endif()
43+
-if(QT_FEATURE_dialogbuttonbox AND QT_FEATURE_inputdialog AND QT_FEATURE_menu AND QT_FEATURE_messagebox AND TARGET Qt::Widgets)
44+
- add_subdirectory(qdbusviewer)
45+
-endif()

0 commit comments

Comments
 (0)