[neon/snap-packaging/kf6-core-sdk/work.core24] /: -DBUILD_DESIGNERPLUGIN=OFF

Carlos De Maine null at kde.org
Thu Dec 4 05:37:11 GMT 2025


Git commit 7004a5dc2aa526d2c2aaff3138bc374949ae1f22 by Carlos De Maine.
Committed on 04/12/2025 at 05:37.
Pushed by carlosdem into branch 'work.core24'.

-DBUILD_DESIGNERPLUGIN=OFF

see if this is tripping up pyside/shiboken

M  +1    -0    snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/kf6-core-sdk/-/commit/7004a5dc2aa526d2c2aaff3138bc374949ae1f22

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 2dc6723..5d9f652 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -415,6 +415,7 @@ parts:
     plugin: cmake
     cmake-generator: Ninja
     cmake-parameters: &cmakeparameters-kf6withpyside6
+      - -DBUILD_DESIGNERPLUGIN=OFF
       - -DBUILD_WITH_QT6=ON
       - -DCMAKE_BUILD_TYPE=Release
       - -DCMAKE_FIND_ROOT_PATH="$CRAFT_STAGE\\;/snap/kde-qt6-core24-sdk/current\\;/snap/kde-pyside6-core24-sdk/current\\;/usr"


More information about the Neon-commits mailing list