[neon/neon-packaging/hotspot/Neon/experimental] debian: QT6 build flags
Carlos De Maine
null at kde.org
Thu Aug 10 10:12:13 BST 2023
Git commit 44a041cdbbbe30667cc87d4005e763acd078b18a by Carlos De Maine.
Committed on 10/08/2023 at 11:12.
Pushed by carlosdem into branch 'Neon/experimental'.
QT6 build flags
M +7 -0 debian/rules
https://invent.kde.org/neon/neon-packaging/hotspot/-/commit/44a041cdbbbe30667cc87d4005e763acd078b18a
diff --git a/debian/rules b/debian/rules
index b875f3b..2fea6ea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,3 +10,10 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
dh $@ --with kf6 --buildsystem kf6
+
+override_dh_auto_configure:
+ dh_auto_configure -- \
+ --log-level=STATUS \
+ -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
+ -DQT6_BUILD=ON \
+ -DQT_VERSION_MAJOR=6
More information about the Neon-commits
mailing list