seanchas116 / qtimgui

Qt (QOpenGLWidget / QOpenGLWindow) backend for ImGui
MIT License
362 stars 93 forks source link

Add macos CI job. #47

Closed fghoussen closed 1 year ago

fghoussen commented 1 year ago

Not sure you want/need adding macos in CI... But as it's a 3 minutes thing, I let you decide :)

fghoussen commented 1 year ago

Not mac based so I don't have much clue to fix this!...

seanchas116 commented 1 year ago

I might be able to fix this (I'm a Mac user) so I'll merge the PR! Thank you 👍

seanchas116 commented 1 year ago

FYI, https://github.com/seanchas116/qtimgui/commit/48d64a715b75dee24e398f7e5b0942c2ca329334 specifying CMAKE_PREFIX_PATH to /usr/local/opt/qt@5/ fixed the build. (In Homebrew Qt5 is a "keg-only" package which means it is installed in a separate directory and you have to specify paths manually)