Crate qt_ritual_common

Source
Expand description

Common utilities for the generator and the build script for Qt crates.

See README of the repository root for more information.

Structs§

FullBuildConfig
InstallationData
Properties of a Qt installation

Functions§

all_crate_names
framework_name
Returns MacOS framework name of the specified module as should be passed to the linker, e.g. "QtCore".
get_full_build_config
get_installation_data
Detects properties of current Qt installation using qmake command line utility.
lib_dependencies
Returns list of modules this module depends on.
lib_folder_name
Returns name of the module’s include directory, e.g. "QtCore".
real_lib_name
Returns library name of the specified module as should be passed to the linker, e.g. "Qt5Core".