> For the complete documentation index, see [llms.txt](https://docs.qwertycoin.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qwertycoin.org/developer/compiling-from-source/macos-qt-install.md).

# MacOS QT Install

## Download the GUI or the Zero wallet and got this Error?

> Dyld Error Message:\
> &#x20;Library not loaded: /usr/local/opt/qt\@5.5/lib/QtDBus.framework/Versions/5/QtDBus\
> &#x20;Referenced from: /Qwertycoin.app/Contents/MacOS/Qwertycoin\
> &#x20;Reason: image not found

Solution:

Open a terminal and write:\
&#x20;`brew install qt5 --with-developer`\
&#x20;then wait untill installation is finished. Type in terminal:\
&#x20;`echo 'export PATH="/usr/local/opt/qt/bin:$PATH"' >> ~/.bash_profile`

Use finder click go --> Go to Folder then type in `/usr/local/opt`\
&#x20;theres a folder now: qt\@5.11, clone it then rename the clone to qt\@5.5\
&#x20;Then start QWC Wallet GUI
