File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
mingw-w64-qt6-declarative Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
77 " ${MINGW_PACKAGE_PREFIX} -${_realname} -debug" )
88_qtver=6.10.0
99pkgver=${_qtver/ -/ }
10- pkgrel=1
10+ pkgrel=2
1111pkgdesc=' Classes for QML and JavaScript languages (mingw-w64)'
1212arch=(any)
1313mingw_arch=(' mingw64' ' ucrt64' ' clang64' ' clangarm64' )
@@ -77,6 +77,9 @@ package_qt6-declarative() {
7777
7878 install -d " $pkgdir ${MINGW_PREFIX} " /share/licenses/${_realname}
7979 install -Dm644 $_pkgfn /LICENSES/* -t " $pkgdir ${MINGW_PREFIX} " /share/licenses/${_realname}
80+
81+ # windeployqt expects to find qmlimportscanner next to it
82+ ln " ${pkgdir} " ${MINGW_PREFIX} /share/qt6/bin/qmlimportscanner.exe " ${pkgdir} " ${MINGW_PREFIX} /bin/qmlimportscanner-qt6.exe
8083}
8184
8285package_qt6-declarative-debug () {
You can’t perform that action at this time.
0 commit comments