#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

#95 in Build Utils

Download history 122/week @ 2024-07-26 324/week @ 2024-08-02 150/week @ 2024-08-09 156/week @ 2024-08-16 49/week @ 2024-08-23 60/week @ 2024-08-30 54/week @ 2024-09-06 87/week @ 2024-09-13 83/week @ 2024-09-20 73/week @ 2024-09-27 119/week @ 2024-10-04 82/week @ 2024-10-11 69/week @ 2024-10-18 179/week @ 2024-10-25 116/week @ 2024-11-01 170/week @ 2024-11-08

546 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