Skip to content

cfg: add three missing macros to qt.cfg #7582

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

Merged

Conversation

CasparKielwein
Copy link
Contributor

A small change adding three macros to qt.cfg

Three macros ussed for QML integration.
Q_IMPORT_QML_PLUGIN imports a qml plugin into the current excecutable. This is usually only found in one cpp file.

Q_OBJECT_BINDABLE_PROPERTY registers a property inside a Q_OBJECT for the QProperty binding system.

Three macros ussed for QML integration.
Q_IMPORT_QML_PLUGIN imports a qml plugin into the current excecutable.
This is usually only found in one cpp file.

Q_OBJECT_BINDABLE_PROPERTY registers a property inside a Q_OBJECT
for the QProperty binding system.
@chrchr-github
Copy link
Collaborator

Thanks for your contribution. Would you like to be credited in AUTHORS?

@CasparKielwein
Copy link
Contributor Author

Thanks for your contribution. Would you like to be credited in AUTHORS?

Sure, why not

Should I add myself to the AUTHORS file?

@chrchr-github
Copy link
Collaborator

Should I add myself to the AUTHORS file?

That would be easiest.

@chrchr-github chrchr-github merged commit e25ca46 into danmar:main Jun 10, 2025
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