How to specify -I (include paths) to moc compiler with CxxQtBuilder.qobject_header()? #679
Labels
🔨 build system
Issues related to integrating CXX-Qt into CMake/Cargo
🤔 discussion
Feedback welcome
⬆️ feature
New feature or request
For this snippet to pass the moc compiler I need to pass in a
-IOpenRGB
for it to work correctly.Otherwise I'll get errors like:
and (commenting out Q_PLUGIN_METADATA).
This works:
I've looked through the code for cxx-qt-build and it's not clear if there is a way to do this.
The text was updated successfully, but these errors were encountered: