#header #qt #interop #share #cxx-qt-lib #cxx-qt-build

cxx-qt-lib-headers

A small crate for cxx-qt-lib and cxx-qt-build to share cxx-qt-lib's C++ headers

8 releases

new 0.6.1 Apr 19, 2024
0.6.0 Nov 17, 2023
0.5.3 May 19, 2023
0.5.2 Apr 27, 2023
0.4.0 Oct 28, 2022

#382 in GUI

Download history 5/week @ 2024-01-01 5/week @ 2024-01-08 53/week @ 2024-01-15 14/week @ 2024-01-22 42/week @ 2024-01-29 42/week @ 2024-02-05 46/week @ 2024-02-12 93/week @ 2024-02-19 93/week @ 2024-02-26 55/week @ 2024-03-04 99/week @ 2024-03-11 95/week @ 2024-03-18 61/week @ 2024-03-25 117/week @ 2024-04-01 46/week @ 2024-04-08 244/week @ 2024-04-15

478 downloads per month
Used in 2 crates

MIT/Apache

10KB
81 lines

This crate is a hack so build.rs for cxx-qt-lib and cxx-qt-build both have access to cxx-qt-lib's C++ headers. This must be a separate crate from cxx-qt-lib because cxx-qt-lib cannot be a build dependency of cxx-qt-build. Otherwise Cargo links the executable compiled from a build.rs that uses cxx-qt-build to Qt, so running build.rs fails when Qt is linked dynamically if the Qt libraries are not in PATH (Windows)/LD_LIBRARY_PATH (Unix).

No runtime deps

Features