qt-build-utils 0.8.0

Build script helper for linking Qt libraries and using moc code generator. Intended to be used together with cc, cpp_build, or cxx_build
Documentation

This crate provides information about the Qt installation and can invoke Qt's moc code generator. This crate does not build any C++ code on its own. It is intended to be used in build.rs scripts together with cc, cxx_build, or cpp_build.

⚠️ THIS CRATE IS UNSTABLE! It is used internally by cxx-qt-build and may be stabilized in the future. For now, prefer use [cxx-qt-build] directly.