Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qt modules and the new qt opengl interface #58

Open
blobfish opened this issue Dec 22, 2022 · 0 comments
Open

qt modules and the new qt opengl interface #58

blobfish opened this issue Dec 22, 2022 · 0 comments

Comments

@blobfish
Copy link

FYI: I was fighting a windows 10 build and came across something. I am building with a custom meson.build and not using cmake so others might not have come across this, but I think it is worth mentioning. With osgQts rework with the new Qt opengl interface, the required modules need to be updated. The QOpengl module is not used anymore. QOpenGLWindow is part of the gui module. QOpenGLWidget is part of the widgets module. I also needed to add the core module. For reference, here is the module list from my meson.build file.
qt5 = dependency('Qt5', version : '>=5.11.3', modules : ['core', 'widgets', 'gui'])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant