Struct qt_generator_common::InstallationData [] [src]

pub struct InstallationData {
    pub qt_version: String,
    pub root_include_path: PathBuf,
    pub lib_include_path: PathBuf,
    pub lib_path: PathBuf,
    pub docs_path: PathBuf,
    pub is_framework: bool,
}

Properties of a Qt installation

Fields

Qt version.

Path to the parent include directory of the installation.

Path to the include directory of the library that is being processed. This is a direct subdirectory of root_include_path.

Path to the directory containing library files for the linker.

Path to the directory containing Qt documentation files.

If true, this Qt library was built as a MacOS framework.