xmake icon indicating copy to clipboard operation
xmake copied to clipboard

Allow to manually specify QT moc path for custom QT distributions

Open Jeordanis opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe.

This is needed to be able to use the moc compiler when linking to custom distributions of QT with a specific directory structure.

Describe the solution you'd like

Something similar to what we have in cmake where we can set the variable “ AUTOMOC_EXECUTABLE” to the path of the moc executable and then enable “AUTOMOC”.

Describe alternatives you've considered

No response

Additional context

No response

Jeordanis avatar Jan 12 '24 06:01 Jeordanis

no way now, you can put moc to qt/bin or qt/libexec directory.

waruqi avatar Jan 19 '24 14:01 waruqi