Skip to content

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

Merged
chrchr-github merged 2 commits into
cppcheck-opensource:mainfrom
CasparKielwein:feature/qt_cfg_add_qml_macros
Jun 10, 2025
Merged

cfg: add three missing macros to qt.cfg#7582
chrchr-github merged 2 commits into
cppcheck-opensource:mainfrom
CasparKielwein:feature/qt_cfg_add_qml_macros

Conversation

@CasparKielwein
Copy link
Copy Markdown
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
Copy Markdown
Collaborator

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

@CasparKielwein
Copy link
Copy Markdown
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
Copy Markdown
Collaborator

Should I add myself to the AUTHORS file?

That would be easiest.

@chrchr-github chrchr-github merged commit e25ca46 into cppcheck-opensource: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