seanchas116 / qtimgui

Qt (QOpenGLWidget / QOpenGLWindow) backend for ImGui
MIT License
370 stars 95 forks source link

Support Qt6 #38

Open seanchas116 opened 2 years ago

N4tus commented 2 years ago

seems like just updating the CMakesLists.txt to use Qt6 just works. The changes that I made however also remove Qt5 so using a different branch for that would properly be better.

I have only tested it on linux.