[neon/snap-packaging/kf6-core-sdk/work.core24.qmldirs] /: -DBUILD_TESTING=OFF and -DKDE_INSTALL_USE_QT_SYS_PATHS=ON

Carlos De Maine null at kde.org
Tue Aug 26 11:45:21 BST 2025


Git commit 466442d746ee18fd4673e1f1aec5b92e80e4001c by Carlos De Maine.
Committed on 26/08/2025 at 10:45.
Pushed by carlosdem into branch 'work.core24.qmldirs'.

-DBUILD_TESTING=OFF and -DKDE_INSTALL_USE_QT_SYS_PATHS=ON

M  +2    -0    snapcraft.yaml

https://invent.kde.org/neon/snap-packaging/kf6-core-sdk/-/commit/466442d746ee18fd4673e1f1aec5b92e80e4001c

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 29eabb4..c2fb298 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -197,9 +197,11 @@ parts:
     plugin: cmake
     cmake-generator: Ninja
     cmake-parameters: &cmakeparameters
+      - -DBUILD_TESTING=OFF
       - -DCMAKE_BUILD_TYPE=Release
       - -DCMAKE_INSTALL_PREFIX=/usr
       - -DCMAKE_INSTALL_SYSCONFDIR=/etc
+      - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
       - -DQT_MAJOR_VERSION=6
       - "-DCMAKE_FIND_ROOT_PATH=$CRAFT_STAGE\\;/snap/kde-qt6-core24-sdk/current\\;/usr"
       - "-DCMAKE_PREFIX_PATH=$CRAFT_STAGE\\;/snap/kde-qt6-core24-sdk/current\\;/usr"


More information about the Neon-commits mailing list