Expand description
Common utilities for the generator and the build script for Qt crates.
See README of the repository root for more information.
Structs§
- Properties of a Qt installation
Functions§
- Returns MacOS framework name of the specified module as should be passed to the linker, e.g.
"QtCore"
. - Detects properties of current Qt installation using
qmake
command line utility. - Returns list of modules this module depends on.
- Returns name of the module’s include directory, e.g.
"QtCore"
. - Returns library name of the specified module as should be passed to the linker, e.g.
"Qt5Core"
.