[neon/snap-packaging/kde-qt6-core-sdk] /: Make qt relocatable

Pierre Lamot null at kde.org
Wed Sep 25 13:09:11 BST 2024


Git commit 59b726062ccec7bbbdd61861b267a2a46e061b63 by Pierre Lamot.
Committed on 07/08/2024 at 14:22.
Pushed by scarlettmoore into branch 'master'.

Make qt relocatable

qt is relocated once installed in snap, having it non-relocatable breaks qt
tools such as qmake or qtpaths

M  +1    -1    snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/kde-qt6-core-sdk/-/commit/59b726062ccec7bbbdd61861b267a2a46e061b63

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 4cd0c10..25d851f 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -91,7 +91,7 @@ parts:
       - -DFEATURE_system_png=ON
       - -DFEATURE_system_libb2=ON
       - -DFEATURE_rpath=OFF
-      - -DFEATURE_relocatable=OFF
+      - -DFEATURE_relocatable=ON
       - -DFEATURE_qtpdf_build=ON
       - -DFEATURE_qtpdf_enable_v8=ON
       - -DFEATURE_qtpdf_quick_build=ON


More information about the Neon-commits mailing list