# Qt项目打包-代码行数统计 **Repository Path**: liupingtoday/qt-exe-countcode ## Basic Information - **Project Name**: Qt项目打包-代码行数统计 - **Description**: 代码源自https://gitee.com/feiyangqingyun/QWidgetDemo 中的tool中的代码行数统计工具 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-12-09 - **Last Updated**: 2023-12-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Qt项目打包-代码行数统计 #### 介绍 代码源自https://gitee.com/feiyangqingyun/QWidgetDemo 中的tool中的代码行数统计工具 https://www.cnblogs.com/Joezhang433/p/12812715.html 进行修改,打包exe,去除不必要的依赖,countcode_boxed.exe为Enigma virtual box打包的结果 countcode.exe 用这个软件统计了libhv的代码行数 ![使用案例](image.png) ## 使用新的打包方法 参考 2021年,开发单个exe桌面应用程序,用什么语言、技术合适? - 韦易笑的回答 - 知乎 https://www.zhihu.com/question/453979660/answer/2317234480 将exe大小由20mb压缩到7mb。 要注意把mingw32-make.exe复制一份重命名为make.exe mount F:/programe/qt-mingw/mingw32 /mingw32 之后安装工具链,配置qt工具链,命令执行完后,要把F:\programe\qt-mingw\mingw32\bin中的mingw32-make.exe复制一份重命名为make.exe