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

Carlos De Maine null at kde.org
Wed May 20 07:33:50 BST 2026


Git commit b8c98657b60f65810f7e07415b1bbac0142f5ab9 by Carlos De Maine.
Committed on 20/05/2026 at 01:40.
Pushed by carlosdem into branch 'Neon/release'.

set -DQT_NO_PACKAGE_VERSION_CHECK=TRUE

to bypass the BIC problems of trying to build against cricular deps

M  +1    -0    debian/rules

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

diff --git a/debian/rules b/debian/rules
index 515a72a..c5ce0d9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,6 +22,7 @@ override_dh_auto_configure:
 		-DCMAKE_MESSAGE_LOG_LEVEL=STATUS \
 		-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
 		-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
+		-DQT_NO_PACKAGE_VERSION_CHECK=TRUE \
 		-DQT_UNITY_BUILD=ON \
 		$(extra_cmake_args)
 


More information about the Neon-commits mailing list