[neon/snap-packaging/kf6-core-sdk/work.core24] /: another attempt at kcmutils qml path

Scarlett Moore null at kde.org
Mon Jun 22 22:02:16 BST 2026


Git commit 40493e66b1379425b6ed64e39503eab462952dcc by Scarlett Moore.
Committed on 22/06/2026 at 21:01.
Pushed by scarlettmoore into branch 'work.core24'.

another attempt at kcmutils qml path

M  +5    -1    snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/kf6-core-sdk/-/commit/40493e66b1379425b6ed64e39503eab462952dcc

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 1598d44..2a924ff 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1438,7 +1438,11 @@ parts:
     plugin: cmake
     cmake-generator: Ninja
     cmake-parameters: *cmakeparameters
-    build-environment: *buildenvironment
+    build-environment:
+      - QT_PLUGIN_PATH: "$CRAFT_STAGE/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/plugins:/snap/kf6-core24/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/plugins:/snap/kde-qt6-core24-sdk/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/plugins"
+      - QML_IMPORT_PATH: "$CRAFT_STAGE/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/qml:/snap/kf6-core24/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/qml:/snap/kde-qt6-core24-sdk/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/qml"
+      - QT_INSTALL_QML: $QML_IMPORT_PATH
+      - LD_LIBRARY_PATH: "/snap/mesa-2404/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR:$CRAFT_STAGE/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR:/snap/ffmpeg-2404-sdk/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR:/snap/kde-qt6-core24-sdk/current/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/libproxy:$LD_LIBRARY_PATH"
   knotifyconfig:
     after:
       - extra-cmake-modules


More information about the Neon-commits mailing list