From 9eb0086669a12c753617a1e813705a562f4d2803 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 14 May 2025 16:38:08 +0300 Subject: [PATCH] qt6-tools rebuild --- desktop/toolkit/qt6/qt6-tools/actions.py | 5 ++++- desktop/toolkit/qt6/qt6-tools/pspec.xml | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/desktop/toolkit/qt6/qt6-tools/actions.py b/desktop/toolkit/qt6/qt6-tools/actions.py index 33ee93aab2..09204261f1 100755 --- a/desktop/toolkit/qt6/qt6-tools/actions.py +++ b/desktop/toolkit/qt6/qt6-tools/actions.py @@ -14,7 +14,10 @@ from pisi.actionsapi import get # bindirQt6="/usr/lib/qt6/bin" def setup(): - qt6.configure() + qt6.configure("-DQT_BUILD_DESIGNER_PRIVATE=ON \ + -DQT_BUILD_HELP_PRIVATE=ON \ + -DFEATURE_assistant=ON \ + -DFEATURE_designer=ON") def build(): qt6.make() diff --git a/desktop/toolkit/qt6/qt6-tools/pspec.xml b/desktop/toolkit/qt6/qt6-tools/pspec.xml index 9c88b5c8ac..8575398f3e 100755 --- a/desktop/toolkit/qt6/qt6-tools/pspec.xml +++ b/desktop/toolkit/qt6/qt6-tools/pspec.xml @@ -205,6 +205,8 @@ /usr/share/qt6/modules/Designer.json /usr/share/qt6/modules/DesignerComponents.json /usr/lib/qt6/sbom/qttools-*.spdx + /usr/include/qt6/QtDesigner/private + /usr/lib/cmake/Qt6DesignerPrivate designer.desktop