[neon/qt6/qt6-positioning/Neon/release] debian: -DQT_NO_PACKAGE_VERSION_CHECK=TRUE to build against old qt6-declarative
Carlos De Maine
null at kde.org
Sat Feb 8 20:58:13 GMT 2025
Git commit c39c32d4139e53540cc05164ccf4b2a376f01f36 by Carlos De Maine.
Committed on 08/02/2025 at 20:58.
Pushed by carlosdem into branch 'Neon/release'.
-DQT_NO_PACKAGE_VERSION_CHECK=TRUE to build against old qt6-declarative
will obviously need to be rebuilt once new qt6-declaratice is built
M +2 -1 debian/rules
https://invent.kde.org/neon/qt6/qt6-positioning/-/commit/c39c32d4139e53540cc05164ccf4b2a376f01f36
diff --git a/debian/rules b/debian/rules
index dce0f36..05206ab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,8 @@ override_dh_auto_configure:
-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
-DQT_UNITY_BUILD=ON \
- $(extra_cmake_args)
+ $(extra_cmake_args) \
+ -DQT_NO_PACKAGE_VERSION_CHECK=TRUE
override_dh_auto_build-indep:
dh_auto_build -- docs
More information about the Neon-commits
mailing list