Skip to content

Implement New Command Line Parser #12770

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

HTRamsey
Copy link
Collaborator

@HTRamsey HTRamsey commented May 4, 2025

Implement a new Command Line Parser w/ QCommandLineParser

} else if (preappParser.isSet("gles")) {
QCoreApplication::setAttribute(Qt::AA_UseOpenGLES);
} else if (preappParser.isSet("shared")) {
QCoreApplication::setAttribute(Qt::AA_ShareOpenGLContexts);
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@DonLakeFlyer I'm pretty sure this option resolves the issue mentioned at the top of https://gstreamer.freedesktop.org/documentation/qml6/qml6glsink.html?gi-language=c#qml6glsink

@HTRamsey HTRamsey force-pushed the dev-commandlineparser branch from fef4731 to f8e5dfc Compare May 11, 2025 01:20
@HTRamsey HTRamsey force-pushed the dev-commandlineparser branch from f8e5dfc to 4fb14ac Compare May 12, 2025 16:37
@github-actions github-actions bot added the stale label Jun 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant