Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix regression about MOC compilations
The commit b05e1e9 was indeed the cause of the regression. But the root cause was an incorrect usage of `qt6_generate_moc`. The addition of `TARGET ${plugin_name}` triggered the use of the property `INCLUDE_DIRECTORIES` of the target. See https://doc.qt.io/qt-6/qt-generate-moc.html#arguments
- Loading branch information