qt-build-utils 0.9.0

Build script helper for linking Qt libraries and using moc code generator. Intended to be used together with cc, cpp_build, or cxx_build
Documentation
// SPDX-FileCopyrightText: 2025 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
// SPDX-FileContributor: Andrew Hayzen <andrew.hayzen@kdab.com>
//
// SPDX-License-Identifier: MIT OR Apache-2.0

mod qmldir;
pub use qmldir::QmlDirBuilder;

mod qmlls;
pub use qmlls::QmlLsIniBuilder;

mod qmlplugincpp;
pub use qmlplugincpp::{PluginType, QmlPluginCppBuilder};

mod qmluri;
pub use qmluri::QmlUri;

mod qmlfile;
pub use qmlfile::QmlFile;