[neon/qt6/qt6-gamepad/Neon/unstable] debian: set -DQT_NO_PACKAGE_VERSION_CHECK=TRUE instead

Carlos De Maine null at kde.org
Mon Jun 8 10:31:31 BST 2026


Git commit eed63e5775d91eb1e69654b066ce092d9179737a by Carlos De Maine.
Committed on 08/06/2026 at 09:31.
Pushed by carlosdem into branch 'Neon/unstable'.

set -DQT_NO_PACKAGE_VERSION_CHECK=TRUE instead

M  +1    -1    debian/rules

https://invent.kde.org/neon/qt6/qt6-gamepad/-/commit/eed63e5775d91eb1e69654b066ce092d9179737a

diff --git a/debian/rules b/debian/rules
index 91146b0..405c38b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ override_dh_auto_configure:
 		-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
 		-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
 		-DQT_NO_PRIVATE_MODULE_WARNING=ON \
-		-DQT_NO_PACKAGE_VERSION_INCOMPATIBLE_WARNING=TRUE \
+		-DQT_NO_PACKAGE_VERSION_CHECK=TRUE \
 		-DQT_UNITY_BUILD=ON \
 		$(extra_cmake_args)
 


More information about the Neon-commits mailing list