qt6-base/debian/qt6-base-dev-tools.links
Patrick Franz 52bb269183
Fix typo.
2024-10-19 13:37:26 +02:00

12 lines
673 B
Plaintext

# qtpaths and qtpaths6 are identical files. We want people to use 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 qtpaths6.
usr/lib/qt6/bin/qtpaths6 usr/bin/qtpaths6
# 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 androiddeployqt6.
usr/lib/qt6/bin/androiddeployqt6 usr/bin/androiddeployqt6