changeset 6847:d8833d25fd04

* src/qt6-qttools.mk: disable clang features
author John Donoghue <john.donoghue@ieee.org>
date Sun, 27 Aug 2023 18:20:33 -0400
parents c7034e15a1e8
children 437b77cedfc7
files src/qt6-qttools.mk
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/qt6-qttools.mk	Sat Aug 26 11:36:12 2023 -0400
+++ b/src/qt6-qttools.mk	Sun Aug 27 18:20:33 2023 -0400
@@ -18,6 +18,8 @@
     # native tools
     mkdir '$(1).native' && cd '$(1).native' && \
        '$(BUILD_TOOLS_PREFIX)/qt6/bin/qt-cmake' -S '$(1)' -DCMAKE_INSTALL_PREFIX='$(BUILD_TOOLS_PREFIX)/qt6' \
+       -DFEATURE_clang=OFF \
+       -DFEATURE_clangcpp=OFF \
        -DFEATURE_linguist=ON \
        -DFEATURE_designer=OFF