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

Carlos De Maine null at kde.org
Fri Nov 28 23:53:42 GMT 2025


Git commit bb1de506e1279e35aa4f23eda3c49fcd41efc530 by Carlos De Maine.
Committed on 28/11/2025 at 23:49.
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-tools/-/commit/bb1de506e1279e35aa4f23eda3c49fcd41efc530

diff --git a/debian/rules b/debian/rules
index 04b4e58..73f73ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ override_dh_auto_configure:
 		-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
 		-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
 		-DINSTALL_PUBLICBINDIR=/usr/bin \
-		-DQT_NO_PRIVATE_MODULE_WARNING=ON \
+		-DQT_NO_PACKAGE_VERSION_CHECK=TRUE \
 		-DQT_UNITY_BUILD=ON \
 		$(extra_cmake_args)
 



More information about the Neon-commits mailing list