Skip to content

Commit

Permalink
[DEBUG] Do not disable qt_find_package(WrapLibClang ...)
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Oct 30, 2024
1 parent af05dd9 commit b9fcac7
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions depends/patches/qt/qttools_skip_dependencies.patch
Original file line number Diff line number Diff line change
@@ -1,20 +1,5 @@
QtTools: Skip unnecessary dependencies:
QtTools: Build only required tools

1. The LLVM installatiion.
2. Build only required tools.


--- a/qttools/configure.cmake
+++ b/qttools/configure.cmake
@@ -17,7 +17,7 @@
# Presumably because 6.0 ClangConfig.cmake files are not good enough?
# In any case explicitly request a minimum version of 8.x for now, otherwise
# building with CMake will fail at compilation time.
-qt_find_package(WrapLibClang 8 PROVIDED_TARGETS WrapLibClang::WrapLibClang)
+#qt_find_package(WrapLibClang 8 PROVIDED_TARGETS WrapLibClang::WrapLibClang)
# special case end

if(TARGET WrapLibClang::WrapLibClang)

--- a/qttools/src/linguist/CMakeLists.txt
+++ b/qttools/src/linguist/CMakeLists.txt
Expand Down

0 comments on commit b9fcac7

Please sign in to comment.