# 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.qwertycoin.org/developer/compiling-from-source/macos-qt-install.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
