RfidResearchGroup / proxmark3

Iceman Fork - Proxmark3
http://www.icedev.se
GNU General Public License v3.0
3.62k stars 979 forks source link

Fix homebrew Qt5 detection on MacOS #2349

Closed philicious closed 2 months ago

philicious commented 2 months ago

After install of brew install qt5 compilation with make clean && make -j didnt find Qt5 lib.

I found this old PR that once fixed same issue but by now homebrew changed the lib path, so here is a fix again

GUI support: QT5 found, enabled (Qt version 5.15.13 in /opt/homebrew/Cellar/qt@5/5.15.13/lib)

github-actions[bot] commented 2 months ago

You are welcome to add an entry to the CHANGELOG.md as well

iceman1001 commented 2 months ago

Since I don't have MacOS based machine, I have to take your PR for face value.