#build-script #qt #moc #generator #linker #helper #intended

build qt-build-utils

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

9 releases

0.7.0 Oct 30, 2024
0.6.1 Apr 19, 2024
0.6.0 Nov 17, 2023
0.5.3 May 19, 2023
0.4.0 Oct 28, 2022

#101 in Build Utils

Download history 78/week @ 2024-09-18 70/week @ 2024-09-25 76/week @ 2024-10-02 134/week @ 2024-10-09 69/week @ 2024-10-16 56/week @ 2024-10-23 231/week @ 2024-10-30 128/week @ 2024-11-06 145/week @ 2024-11-13 139/week @ 2024-11-20 119/week @ 2024-11-27 77/week @ 2024-12-04 142/week @ 2024-12-11 48/week @ 2024-12-18 8/week @ 2024-12-25 29/week @ 2025-01-01

247 downloads per month
Used in 5 crates (4 directly)

MIT/Apache

58KB
956 lines

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.

Dependencies

~1.8–2.7MB
~54K SLoC