# qutils **Repository Path**: spark-framework-libs/qutils ## Basic Information - **Project Name**: qutils - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-25 - **Last Updated**: 2024-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # QUtils - Spark Framework 构建引用点 - 快速使用 ```cmake spark_framework_include_with_git(${PROJECT_NAME} https://gitee.com/spark-framework-libs/qutils ) ``` ```c++ #include using namespace QUtils; int main(int argc, char *argv[]) { if (check_command_exists("git")) { qDebug() << "git exists"; } } ```