[neon/education/gcompris-qt/Neon/release] debian: -DQT_MAJOR_VERSION=6

Carlos De Maine null at kde.org
Tue Jul 28 10:40:01 BST 2026


Git commit 5f669f08c4ffc8724cca7a45a3f7b8f77daea3c5 by Carlos De Maine.
Committed on 28/07/2026 at 09:40.
Pushed by carlosdem into branch 'Neon/release'.

-DQT_MAJOR_VERSION=6

M  +2    -1    debian/rules

https://invent.kde.org/neon/education/gcompris-qt/-/commit/5f669f08c4ffc8724cca7a45a3f7b8f77daea3c5

diff --git a/debian/rules b/debian/rules
index f96a6de..a56235e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,8 @@ include /usr/share/dpkg/pkg-info.mk
 override_dh_auto_configure:
 	dh_auto_configure -- -DKDE_INSTALL_BINDIR=/usr/games/ \
 						 -DCOMPILE_DOC=ON \
-    					 -DQML_BOX2D_LIBRARY=/usr/lib/${DEB_BUILD_MULTIARCH}/Box2D/qmldir
+    					 -DQML_BOX2D_LIBRARY=/usr/lib/${DEB_BUILD_MULTIARCH}/Box2D/qmldir \
+						 -DQT_MAJOR_VERSION=6
 
 # Use an epoch for the transitional gcompris package, because of the break in
 # numbering scheme introduced by the Qt rewrite


More information about the Neon-commits mailing list