[neon/extras/krita/Neon/unstable] debian: -DBUILD_WITH_QT6

Carlos De Maine null at kde.org
Wed May 21 11:51:42 BST 2025


Git commit 24cbcafd6a1459314ac47607dbe0f214951a0762 by Carlos De Maine.
Committed on 21/05/2025 at 10:51.
Pushed by carlosdem into branch 'Neon/unstable'.

-DBUILD_WITH_QT6

M  +1    -1    debian/rules

https://invent.kde.org/neon/extras/krita/-/commit/24cbcafd6a1459314ac47607dbe0f214951a0762

diff --git a/debian/rules b/debian/rules
index 5a66aa6..2c95b09 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
 	dh $@ --with kf6 --buildsystem kf6
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DENABLE_UPDATERS=ON -DBUILD_KRITA_QT_DESIGNER_PLUGINS=ON -DKRITA_ENABLE_PCH=ON
+	dh_auto_configure -- -DBUILD_WITH_QT6 -DENABLE_UPDATERS=ON -DBUILD_KRITA_QT_DESIGNER_PLUGINS=ON -DKRITA_ENABLE_PCH=ON
 
 override_dh_auto_install:
 	dh_auto_install


More information about the Neon-commits mailing list