qt_build_tools 0.1.2

Common utils for build scripts of Qt library wrappers
docs.rs failed to build qt_build_tools-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: qt_build_tools-0.2.4

Qt Build Tools

Common utils for build scripts of Qt library wrappers.

If you have multiple versions of Qt on your machine (for example, obtained via online installer) and you want to build against a specific version, modify PATH environment variable so that qmake command of the correct Qt version is available. cpp_to_rust uses qmake command to find library paths.

See cpp_to_rust for more information.