Expand description
Common utilities for the generator and the build script for Qt crates.
See README of the repository root for more information.
Structs§
- Full
Build Config - Installation
Data - 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
qmakecommand 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".