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

Carlos De Maine null at kde.org
Tue Nov 4 11:53:53 GMT 2025


Git commit 448dc3b4c0199275d772eabab55da762373be262 by Carlos De Maine.
Committed on 04/11/2025 at 11:53.
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/448dc3b4c0199275d772eabab55da762373be262

diff --git a/debian/rules b/debian/rules
index db38219..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