#qt #header #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

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

#528 in GUI

Download history 64/week @ 2024-09-14 84/week @ 2024-09-21 66/week @ 2024-09-28 63/week @ 2024-10-05 76/week @ 2024-10-12 44/week @ 2024-10-19 38/week @ 2024-10-26 58/week @ 2024-11-02 20/week @ 2024-11-09 27/week @ 2024-11-16 35/week @ 2024-11-23 8/week @ 2024-11-30 58/week @ 2024-12-07 40/week @ 2024-12-14

98 downloads per month

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