Commit e25ca46
authored
cfg: add three missing macros to qt.cfg (danmar#7582)
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.1 parent fcf178c commit e25ca46
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5451 | 5451 | | |
5452 | 5452 | | |
5453 | 5453 | | |
| 5454 | + | |
| 5455 | + | |
| 5456 | + | |
| 5457 | + | |
| 5458 | + | |
5454 | 5459 | | |
5455 | 5460 | | |
5456 | 5461 | | |
| |||
0 commit comments