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

Scarlett Moore null at kde.org
Tue Oct 3 16:58:09 BST 2023


Git commit 1f08287fba8937d4fe2ca5158361907da54c2aba by Scarlett Moore.
Committed on 03/10/2023 at 17:57.
Pushed by scarlettmoore into branch 'Neon/unstable'.

Set QT_MAJOR_VERSION

M  +2    -2    debian/rules

https://invent.kde.org/neon/kde/libkgapi/-/commit/1f08287fba8937d4fe2ca5158361907da54c2aba

diff --git a/debian/rules b/debian/rules
index a4262ac..80ec45f 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_SELECT=6 cmake ../
-	mkdir -p build && cd build && QT_SELECT=5 cmake ../
+	mkdir -p build6 && cd build6 && QT_VERSION_MAJOR=6 cmake ../
+	mkdir -p build && cd build && QT_VERSION_MAJOR=5 cmake ../
 
 override_dh_auto_build:
 	cd build6 &&  make


More information about the Neon-commits mailing list