Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow querying for alternate Qt6 libexec directory
This is closer to how Qt6's moc.prf finds moc, i.e. ``` qtPrepareLibExecTool(QMAKE_MOC, moc) ... defineTest(qtPrepareLibExecTool) { isEmpty(instloc): instloc = "$$[QT_HOST_LIBEXECS]" qtPrepareTool($$1, $$2, $$3, $$4, $$instloc) } ```
- Loading branch information