File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
66 " ${MINGW_PACKAGE_PREFIX} -${_realname} -debug" )
77_qtver=6.10.0
88pkgver=${_qtver/ -/ }
9- pkgrel=1
9+ pkgrel=2
1010pkgdesc=' A cross-platform application and UI framework (Development Tools, QtHelp) (mingw-w64)'
1111arch=(any)
1212mingw_arch=(' mingw64' ' ucrt64' ' clang64' ' clangarm64' )
@@ -84,6 +84,9 @@ package_qt6-tools() {
8484
8585 install -d " $pkgdir ${MINGW_PREFIX} " /share/licenses/${_realname}
8686 install -Dm644 $_pkgfn /LICENSES/* -t " $pkgdir ${MINGW_PREFIX} " /share/licenses/${_realname}
87+
88+ # windeployqt expects 'lconvert'
89+ cp " ${pkgdir} " ${MINGW_PREFIX} /bin/lconvert-qt6.exe " ${pkgdir} " ${MINGW_PREFIX} /bin/lconvert.exe
8790}
8891
8992package_qt6-tools-debug () {
You can’t perform that action at this time.
0 commit comments