|
|
|
|
|
by busterarm
3407 days ago
|
|
It was a bit of a struggle, but I was able to get this going for Mac w/Homebrew. after `brew install qt5`, I had to `brew linkapps qt5` & `brew link --force qt5`. Then `ln -s /usr/local/opt/qt5/mkspecs /usr/local/mkspecs && ln -s /usr/local/opt/qt5/plugins /usr/local/plugins` which is super not ideal. I had some error and ran `brew install doxygen --with-qt5` which may not be necessary, but after these steps it built. Edit: scratch that. As soon as I try the example in main.rs, it fails to build again. 'ld: framework not found QtCore' |
|
After adding the clang_64/bin dir on the $PATH I too am getting 'ld: framework not found QtCore'.
Anyone able to suggest where I'm going wrong?