[neon/qt/qtchooser/Neon/unstable] debian: make qt6 default

Carlos De Maine null at kde.org
Wed Nov 8 14:40:12 GMT 2023


Git commit 06e64504e1a0d8b2434de99c0d1b5feadacaafd0 by Carlos De Maine.
Committed on 08/11/2023 at 15:40.
Pushed by carlosdem into branch 'Neon/unstable'.

make qt6 default

M  +1    -1    debian/rules

https://invent.kde.org/neon/qt/qtchooser/-/commit/06e64504e1a0d8b2434de99c0d1b5feadacaafd0

diff --git a/debian/rules b/debian/rules
index a312259..0dd8ad6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,6 +33,6 @@ override_dh_auto_install:
 override_dh_auto_test:
 ifeq (,$(filter stage1,$(DEB_BUILD_PROFILES)))
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
-	make check QMAKE=/usr/lib/qt5/bin/qmake
+	make check QMAKE=/usr/lib/qt6/bin/qmake
 endif
 endif


More information about the Neon-commits mailing list