#build-script #qt #moc #linker #intended #cc #interop

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

10 releases

new 0.7.1 Mar 5, 2025
0.7.0 Oct 30, 2024
0.6.1 Apr 19, 2024
0.6.0 Nov 17, 2023
0.4.1 Nov 18, 2022

#118 in Build Utils

Download history 125/week @ 2024-11-19 136/week @ 2024-11-26 70/week @ 2024-12-03 151/week @ 2024-12-10 56/week @ 2024-12-17 11/week @ 2024-12-24 24/week @ 2024-12-31 52/week @ 2025-01-07 72/week @ 2025-01-14 113/week @ 2025-01-21 84/week @ 2025-01-28 133/week @ 2025-02-04 102/week @ 2025-02-11 158/week @ 2025-02-18 136/week @ 2025-02-25 314/week @ 2025-03-04

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

MIT/Apache

59KB
973 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