[neon/qt6/qt6-base/Neon/release] debian: missing installs

Carlos De Maine null at kde.org
Wed May 20 05:52:21 BST 2026


Git commit 70bdbd6257d16ed126aea90631e982e07a98cce6 by Carlos De Maine.
Committed on 20/05/2026 at 04:52.
Pushed by carlosdem into branch 'Neon/release'.

missing installs

M  +8    -2    debian/qt6-base-dev.install
M  +6    -2    debian/qt6-base-dev.links

https://invent.kde.org/neon/qt6/qt6-base/-/commit/70bdbd6257d16ed126aea90631e982e07a98cce6

diff --git a/debian/qt6-base-dev.install b/debian/qt6-base-dev.install
index 45cf015..61d60c9 100644
--- a/debian/qt6-base-dev.install
+++ b/debian/qt6-base-dev.install
@@ -1,3 +1,7 @@
+usr/bin/androiddeployqt6
+usr/bin/qmake6
+usr/bin/wasmdeployqt6
+usr/bin/${DEB_HOST_MULTIARCH}-q*
 usr/include/
 usr/lib/${DEB_HOST_MULTIARCH}/cmake/
 usr/lib/${DEB_HOST_MULTIARCH}/libQt6*.prl
@@ -8,16 +12,18 @@ usr/lib/${DEB_HOST_MULTIARCH}/qt6/mkspecs/
 usr/lib/${DEB_HOST_MULTIARCH}/qt6/sbom/
 usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/
 usr/lib/qt6/bin/androiddeployqt
+usr/lib/qt6/bin/androiddeployqt6
 usr/lib/qt6/bin/androidtestrunner
 usr/lib/qt6/bin/qdbuscpp2xml
 usr/lib/qt6/bin/qdbusxml2cpp
+usr/lib/qt6/bin/qmake6
 usr/lib/qt6/bin/qt-cmake
-usr/lib/qt6/bin/androiddeployqt
-usr/lib/qt6/bin/androiddeployqt6
 usr/lib/qt6/bin/qt-cmake-create
 usr/lib/qt6/bin/qt-configure-module
 usr/lib/qt6/bin/qtpaths
 usr/lib/qt6/bin/qtpaths6
+usr/lib/qt6/bin/wasmdeployqt
+usr/lib/qt6/bin/wasmdeployqt6
 usr/lib/qt6/libexec/cmake_automoc_parser
 usr/lib/qt6/libexec/moc
 usr/lib/qt6/libexec/qlalr
diff --git a/debian/qt6-base-dev.links b/debian/qt6-base-dev.links
index 8e8e262..71f8d1b 100644
--- a/debian/qt6-base-dev.links
+++ b/debian/qt6-base-dev.links
@@ -10,12 +10,16 @@ usr/lib/qt6/bin/qtpaths6 usr/bin/qtpaths6
 # so we do not install qtpaths. Instead, qtpaths is a symbolic link pointing to qtpaths6.
 usr/lib/qt6/bin/qtpaths6 usr/lib/qt6/bin/qtpaths
 
-# On public path we want androiddeployqt6 et al.
-
+# On public path we want androiddeployqt6.
 # androiddeployqt and androiddeployqt6 are identical files. We want people to use androiddeployqt6,
 # so we do not install androiddeployqt. Instead, androiddeployqt is a symbolic link pointing to androiddeployqt6.
 usr/lib/qt6/bin/androiddeployqt6 usr/lib/qt6/bin/androiddeployqt
 
+# On public path we want wasmdeployqt6.
+# wasmdeployqt and wasmdeployqt6 are identical files. We want people to use wasmdeployqt6,
+# so we do not install wasmdeployqt. Instead, wasmdeployqt is a symbolic link pointing to wasmdeployqt6.
+usr/lib/qt6/bin/wasmdeployqt6 usr/lib/qt6/bin/wasmdeployqt
+
 usr/lib/qt6/bin/androiddeployqt6 usr/bin/androiddeployqt6
 usr/lib/qt6/bin/androidtestrunner usr/bin/androidtestrunner6
 usr/lib/qt6/bin/qdbuscpp2xml usr/bin/qdbuscpp2xmlusr6


More information about the Neon-commits mailing list