Skip to content

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