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

Update to Qt6 / Mod Organizer 2.5 #2

Closed
wants to merge 1 commit into from
Closed

Conversation

MarkKoz
Copy link

@MarkKoz MarkKoz commented Nov 18, 2023

MO 2.5 updates Qt 5 to Qt 6, which breaks this plugin. I've updated this plugin to support Qt6, which basically involved fixing one breaking change regarding QOpenGLContext::currentContext()->versionFunctions.

The remaining changes are to make the build work with MO 2.5. I don't like that I had to hard-code library paths in CMake; if anyone knows of a more elegant way to resolve dependencies with MO2's build tools, please share!

@MarkKoz MarkKoz changed the title Update to Qt6 / Mod Organizer 2.5 beta 12 Update to Qt6 / Mod Organizer 2.5 Nov 18, 2023
@Exit-9B
Copy link
Owner

Exit-9B commented Nov 27, 2023

MO 2.5 updates Qt 5 to Qt 6, which breaks this plugin. I've updated this plugin to support Qt6, which basically involved fixing one breaking change regarding QOpenGLContext::currentContext()->versionFunctions.

I took this change into #3. Any further changes, submit a new PR.

@Exit-9B Exit-9B closed this Nov 27, 2023
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

Successfully merging this pull request may close these issues.

2 participants