[neon/backports-jammy/qxmpp-jammy/Neon/unstable] debian: be explicit for qt5 as well

Carlos De Maine null at kde.org
Sun Oct 8 10:55:18 BST 2023


Git commit 7ba23d9ec939525accca087c17d8dcfffa65ee70 by Carlos De Maine.
Committed on 08/10/2023 at 11:55.
Pushed by carlosdem into branch 'Neon/unstable'.

be explicit for qt5 as well

M  +1    -1    debian/rules

https://invent.kde.org/neon/backports-jammy/qxmpp-jammy/-/commit/7ba23d9ec939525accca087c17d8dcfffa65ee70

diff --git a/debian/rules b/debian/rules
index aedb991..ce7388c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ execute_after_dh_auto_clean:
 	rm -rf build-Qt6
 
 override_dh_auto_configure:
-	dh_auto_configure -- $(CMAKEOPTS)
+	dh_auto_configure -- $(CMAKEOPTS) -DQT_VERSION_MAJOR=5
 	dh_auto_configure --builddirectory=build-Qt6 -- $(CMAKEOPTS) -DQT_VERSION_MAJOR=6
 
 override_dh_auto_build:


More information about the Neon-commits mailing list