# qt-deploy **Repository Path**: yjihrp/qt-deploy ## Basic Information - **Project Name**: qt-deploy - **Description**: QT 程序依赖复制器,用于 linux 下发布 QT 程序,支持 x86_64、arm64、mips、mips64el、loongson64 架构的系统 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2022-12-04 - **Last Updated**: 2023-12-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: Qt, 发布, deploy ## README # qt-deploy 根据 Qt 应用程序,发布 Qt 程序基础运行环境 ```python python3 pack.py -file path_to_app1 path_to_app2 -dest copy_deps_file_to_dir -qt_lib true -qt_plugin true ```