I'm trying out the pyqdeploy tutorial at http://pyqt.sourceforge.net/Docs/pyqtdeploy/tutorial.html. I'm working on an iMac, OS 10.11, latest XCode installed, and homebrew installations of Qt5.5.1, Python 3.5, sip, and PyQt5. I can run the pyqtdeploy GUI okay and everything seems to be fine until it gets to the "make" step. At that point I get a "make failed" warning. The details read
ld: library not found for -lQtGui clang: error: linker command failed with exit code 1 (use -v to see invocation) make: ***[pyqtdeploy.app/Contents/MacOS/pyqtdeploy] Error 1
I've been banging my head against this wall for a several days now, I'd appreciate any suggestions people might have about this.