[neon/qt6/qt6-positioning/Neon/release] debian: -DQT_NO_PACKAGE_VERSION_CHECK=TRUE

Carlos De Maine null at kde.org
Tue Feb 10 10:01:32 GMT 2026


Git commit d9c7f3c1c4f16a2a08f97b9737063f6fa1d71926 by Carlos De Maine.
Committed on 10/02/2026 at 10:01.
Pushed by carlosdem into branch 'Neon/release'.

-DQT_NO_PACKAGE_VERSION_CHECK=TRUE

M  +1    -1    debian/rules

https://invent.kde.org/neon/qt6/qt6-positioning/-/commit/d9c7f3c1c4f16a2a08f97b9737063f6fa1d71926

diff --git a/debian/rules b/debian/rules
index 69f0ad3..8473777 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ override_dh_auto_configure:
 		-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
 		-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
 		-DQT_UNITY_BUILD=ON \
-		-DQT_NO_PACKAGE_VERSION_INCOMPATIBLE_WARNING=TRUE \
+		-DQT_NO_PACKAGE_VERSION_CHECK=TRUE \
 		$(extra_cmake_args)
 
 override_dh_auto_build-indep:


More information about the Neon-commits mailing list