seanchas116 / qtimgui

Qt (QOpenGLWidget / QOpenGLWindow) backend for ImGui
MIT License
375 stars 96 forks source link

Fix compilation on debian-based distros. #46

Closed fghoussen closed 1 year ago

fghoussen commented 1 year ago

The compilation fails on debian-based distros: see Ccontinuous Integration traces (missing header).

fghoussen commented 1 year ago

14b9486 should trigger a CI build (but doesn't trigger it?!) that fails: see https://github.com/fghoussen/qtimgui/actions/runs/3637312323/jobs/6138189995. Maybe yml must be merged in master to trigger the CI?

fghoussen commented 1 year ago

95c74ea fix the build.

seanchas116 commented 1 year ago

Thank you for fixing and setting up CI!

fghoussen commented 1 year ago

You can add CI for mac-os too in the similar way. Windows may be more specific