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

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


Git commit 87400cdf9ef487d46601199c03220fc35107f30c by Carlos De Maine.
Committed on 15/11/2025 at 08:49.
Pushed by carlosdem into branch 'Neon/release'.

-DQT_NO_PACKAGE_VERSION_CHECK=ON

M  +1    -1    debian/rules

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

diff --git a/debian/rules b/debian/rules
index cf1402b..83be4c9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,9 +16,9 @@ override_dh_auto_configure:
 		-DCMAKE_MESSAGE_LOG_LEVEL=STATUS \
 		-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
 		-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
+		-DQT_NO_PACKAGE_VERSION_CHECK=ON \
 		-DQT_NO_PRIVATE_MODULE_WARNING=ON \
 		-DQT_UNITY_BUILD=ON \
-		-DQT_NO_PACKAGE_VERSION_CHECK=TRUE \
 		$(extra_cmake_args)
 
 override_dh_auto_build-indep:


More information about the Neon-commits mailing list