[neon/extras/kstars/Neon/unstable] debian: not qt5 build flags

Carlos De Maine null at kde.org
Tue Sep 16 10:27:56 BST 2025


Git commit 1bdf2abe7c66e0e0228cfecb114324aeaebb80a7 by Carlos De Maine.
Committed on 16/09/2025 at 09:27.
Pushed by carlosdem into branch 'Neon/unstable'.

not qt5 build flags

M  +1    -1    debian/rules

https://invent.kde.org/neon/extras/kstars/-/commit/1bdf2abe7c66e0e0228cfecb114324aeaebb80a7

diff --git a/debian/rules b/debian/rules
index 5fc211c..6b94a1d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,6 @@ endif
 	dh $@ --with kf6 --buildsystem kf6  
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DBUILD_TESTING=OFF -DBUILD_WITH_QT6=ON -DBUILD_WITH_QT5=OFF -GNinja
+	dh_auto_configure -- -DBUILD_TESTING=OFF -DBUILD_WITH_QT6=ON
 
 .PHONY: override_dh_auto_test


More information about the Neon-commits mailing list