#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

#112 in Build Utils

Download history 179/week @ 2024-10-25 116/week @ 2024-11-01 184/week @ 2024-11-08 101/week @ 2024-11-15 161/week @ 2024-11-22 75/week @ 2024-11-29 131/week @ 2024-12-06 97/week @ 2024-12-13 24/week @ 2024-12-20 15/week @ 2024-12-27 35/week @ 2025-01-03 70/week @ 2025-01-10 108/week @ 2025-01-17 56/week @ 2025-01-24 109/week @ 2025-01-31 111/week @ 2025-02-07

402 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