Closed siketyan closed 1 year ago
I changed MOZC_QT_PATH
to .../qt-everywhere-src-5.15.9/qtbase
and it started working. Perhaps it is docs error or I missed something?
I changed
MOZC_QT_PATH
to.../qt-everywhere-src-5.15.9/qtbase
and it started working. Perhaps it is docs error or I missed something?
Thank you for spotting this. What you did is actually right. The doc isn't clear on what archive needs to be downloaded.
Actually Mozc requires only qtbase
. For your case https://download.qt.io/official_releases/qt/5.15/5.15.9/submodules/qtbase-everywhere-opensource-src-5.15.9.tar.xz should be sufficient.
We are now working on updating the macOS build instruction.
Thank you for the doc fixes and the binary releases!
Description The official build guide for macOS says:
I tried this with Qt 5.15.9 and it did not work.
Probably it is needed to add something to this feature set?
Commit-id 551ac0763924dbd0c1ee1b5fe8281f0ccb0fa206
Build target
CI build status
Environment:
Build commands Steps of command lines to reproduce your error.
Error logs
Additional context N/A