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

Carlos De Maine null at kde.org
Sat Nov 15 08:36:12 GMT 2025


Git commit cc7c40f48b0b78d4c015a9edfb36016d20960273 by Carlos De Maine.
Committed on 15/11/2025 at 08:36.
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-location/-/commit/cc7c40f48b0b78d4c015a9edfb36016d20960273

diff --git a/debian/rules b/debian/rules
index d2d6c7e..bdb081d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ override_dh_auto_configure:
 		-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
 		-DQT_NO_PRIVATE_MODULE_WARNING=ON \
 		-DQT_UNITY_BUILD=ON \
-		--DQT_NO_PACKAGE_VERSION_CHECK=TRUE \
+		-DQT_NO_PACKAGE_VERSION_CHECK=TRUE \
 		$(extra_cmake_args)
 
 override_dh_auto_build-indep:


More information about the Neon-commits mailing list