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

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

#97 in Build Utils

Download history 235/week @ 2024-08-05 159/week @ 2024-08-12 129/week @ 2024-08-19 61/week @ 2024-08-26 53/week @ 2024-09-02 71/week @ 2024-09-09 69/week @ 2024-09-16 93/week @ 2024-09-23 72/week @ 2024-09-30 125/week @ 2024-10-07 71/week @ 2024-10-14 62/week @ 2024-10-21 223/week @ 2024-10-28 92/week @ 2024-11-04 182/week @ 2024-11-11 113/week @ 2024-11-18

618 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
~55K SLoC