# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company # SPDX-FileContributor: Andrew Hayzen # SPDX-FileContributor: Gerhard de Clercq # # SPDX-License-Identifier: MIT OR Apache-2.0 [package] name = "cxx-qt-build" version.workspace = true authors = ["Andrew Hayzen ", "Gerhard de Clercq ", "Leon Matthes "] edition.workspace = true license.workspace = true description = "Helpers for integrating `cxx-qt` crate into a Cargo build" repository.workspace = true [dependencies] cc.workspace = true cxx-gen.workspace = true cxx-qt-gen.workspace = true proc-macro2.workspace = true quote.workspace = true qt-build-utils.workspace = true codespan-reporting = "0.11" version_check = "0.9" serde = { version = "1.0", features = ["default", "derive"] } serde_json = "1.0" [features] link_qt_object_files = ["qt-build-utils/link_qt_object_files"]