[neon/qt6/qbs/Neon/unstable] debian: help it find qmake

Carlos De Maine null at kde.org
Sat Aug 30 05:48:40 BST 2025


Git commit e90b40749de413169992e749d2c10d3ea4424098 by Carlos De Maine.
Committed on 30/08/2025 at 04:48.
Pushed by carlosdem into branch 'Neon/unstable'.

help it find qmake

M  +2    -0    debian/rules

https://invent.kde.org/neon/qt6/qbs/-/commit/e90b40749de413169992e749d2c10d3ea4424098

diff --git a/debian/rules b/debian/rules
index f8cf6de..c166c98 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,6 +25,8 @@ BUILDPATH ?= obj-$(DEB_HOST_GNU_TYPE)
 override_dh_auto_configure:
 	ln -s /usr/bin/qdoc6 /usr/bin/qdoc
 	ls -lsh /usr/bin/qdoc*
+	ln -s /usr/bin/qmake6 /usr/bin/qmake
+	ls -lsh /usr/bin/qmake*
 	dh_auto_configure -- \
 		-DQBS_ENABLE_RPATH=OFF \
 		-DWITH_TESTS=OFF \


More information about the Neon-commits mailing list