[neon/snap-packaging/snapcraft-desktop-integration/work.core24] kde-neon-6: fix qml
Scarlett Moore
null at kde.org
Thu Jul 2 20:19:26 BST 2026
Git commit 0359b24efa6bb7a605a7e598444bbf0c6febaf31 by Scarlett Moore.
Committed on 02/07/2026 at 19:19.
Pushed by scarlettmoore into branch 'work.core24'.
fix qml
M +3 -0 kde-neon-6/launcher-specific
https://invent.kde.org/neon/snap-packaging/snapcraft-desktop-integration/-/commit/0359b24efa6bb7a605a7e598444bbf0c6febaf31
diff --git a/kde-neon-6/launcher-specific b/kde-neon-6/launcher-specific
index 3ffded4..8362076 100644
--- a/kde-neon-6/launcher-specific
+++ b/kde-neon-6/launcher-specific
@@ -40,6 +40,9 @@ append_dir QT_PLUGIN_PATH "$SNAP/lxqt-support/usr/lib/$ARCH/qt6/plugins"
append_dir QML2_IMPORT_PATH "$SNAP/usr/lib/$ARCH/qt6/qml"
append_dir QML2_IMPORT_PATH "$SNAP_DESKTOP_RUNTIME/usr/lib/$ARCH/qt6/qml"
+append_dir QML_IMPORT_PATH "$SNAP/usr/lib/$ARCH/qml"
+append_dir QML_IMPORT_PATH "$SNAP_DESKTOP_RUNTIME/usr/lib/$ARCH/qml"
+
# Qt style breeze
append_dir QT_STYLE_OVERRIDE "Breeze"
More information about the Neon-commits
mailing list