woboq / qmetaobject-rs

Integrate Qml and Rust by building the QMetaObject at compile time.
MIT License
647 stars 89 forks source link

Prefer qmake6 when available #315

Closed jgcodes2020 closed 1 month ago

jgcodes2020 commented 1 month ago

Fixes #314.

ogoffart commented 1 month ago

Thanks!

I was just concerned that someone would have set a PATH to find the right qmake but it would still find the qmake6. But I think that's fine. One should use the QMAKE env variable to select Qt.