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

Carlos De Maine null at kde.org
Tue Jul 21 13:38:07 BST 2026


Git commit b36537c65c840cac6b230289bc17b170b06a8e12 by Carlos De Maine.
Committed on 21/07/2026 at 12:37.
Pushed by carlosdem into branch 'Neon/release'.

-DQT_NO_PACKAGE_VERSION_CHECK=TRUE

M  +2    -1    debian/rules

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

diff --git a/debian/rules b/debian/rules
index c5ce0d9..2846b1e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,8 @@ ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
 	extra_cmake_args += \
 		-DQT_HOST_PATH=/usr \
 		-DQT_HOST_PATH_CMAKE_DIR=/usr/lib/${DEB_BUILD_MULTIARCH}/cmake \
-		-DQT_BUILD_TOOLS_WHEN_CROSSCOMPILING=ON
+		-DQT_BUILD_TOOLS_WHEN_CROSSCOMPILING=ON \
+		-DQT_NO_PACKAGE_VERSION_CHECK=TRUE
 endif
 
 %:


More information about the Neon-commits mailing list