You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
672 B
11 lines
672 B
# On public path we want androiddeployqt6.
|
|
usr/lib/qt6/bin/androiddeployqt6 usr/bin/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 qtpaths6.
|
|
usr/lib/qt6/bin/qtpaths6 usr/bin/qtpaths6
|
|
# 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
|