[neon/kde/libkgapi/Neon/unstable] debian: Revert "Set QT_MAJOR_VERSION"

Scarlett Moore null at kde.org
Wed Oct 4 10:09:48 BST 2023


Git commit 65113b8841082579047413462f7ca570fa40f3a8 by Scarlett Moore.
Committed on 04/10/2023 at 11:09.
Pushed by scarlettmoore into branch 'Neon/unstable'.

Revert "Set QT_MAJOR_VERSION"

This reverts commit 1f08287fba8937d4fe2ca5158361907da54c2aba.

M  +2    -2    debian/rules

https://invent.kde.org/neon/kde/libkgapi/-/commit/65113b8841082579047413462f7ca570fa40f3a8

diff --git a/debian/rules b/debian/rules
index 80ec45f..a4262ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,8 @@
 	dh $@ --with kf5 --with kf6 --buildsystem kf6
 
 override_dh_auto_configure:
-	mkdir -p build6 && cd build6 && QT_VERSION_MAJOR=6 cmake ../
-	mkdir -p build && cd build && QT_VERSION_MAJOR=5 cmake ../
+	mkdir -p build6 && cd build6 && QT_SELECT=6 cmake ../
+	mkdir -p build && cd build && QT_SELECT=5 cmake ../
 
 override_dh_auto_build:
 	cd build6 &&  make



More information about the Neon-commits mailing list