[neon/qt6/qt6-declarative/Neon/release] debian: -DQT_NO_PACKAGE_VERSION_CHECK=TRUE for bootstrap build

Carlos De Maine null at kde.org
Fri Nov 28 23:06:37 GMT 2025


Git commit 623254d90068f70a67ca28729c89973143d028b4 by Carlos De Maine.
Committed on 28/11/2025 at 22:38.
Pushed by carlosdem into branch 'Neon/release'.

-DQT_NO_PACKAGE_VERSION_CHECK=TRUE for bootstrap build

M  +1    -1    debian/rules

https://invent.kde.org/neon/qt6/qt6-declarative/-/commit/623254d90068f70a67ca28729c89973143d028b4

diff --git a/debian/rules b/debian/rules
index 14134eb..0eacce4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ override_dh_auto_configure:
 	dh_auto_configure -- -DCMAKE_MESSAGE_LOG_LEVEL=STATUS \
 		-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
 		-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
-		-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