Skip to content
New issue

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

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

Already on GitHub? # to your account

Make it work on macOS and update to QT 6.x #6

Open
wants to merge 2 commits into
base: mac_integration
Choose a base branch
from

Conversation

moreaki
Copy link
Contributor

@moreaki moreaki commented Jan 18, 2024

No description provided.

Add *.user to ignore .pro.user files generated by QT Creator
Add macOS support, and support QT 6.x
program.link();
program.bind();
QOpenGLShaderProgram *program;
program = new QOpenGLShaderProgram(this);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where is this memory allocation getting released?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good question ;). I'm a bit swamped with work, but I'll try to update the PR.

@gnudles gnudles changed the base branch from master to mac_integration February 24, 2024 21:45
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants