摘要: # 文件属性添加版本号 VERSION = 1.0.0.0 # 配置文件编译存储 MOC_DIR = $$PWD/../temp/moc RCC_DIR = $$PWD/../temp/rcc UI_DIR = $$PWD/../temp/ui OBJECTS_DIR = $$PWD/../temp 阅读全文
posted @ 2025-04-16 16:55 十一的杂文录 阅读(36) 评论(0) 推荐(0)
摘要: zxing-zpp下载地址:https://github.com/zxing-cpp/zxing-cpp stb下载地址:https://github.com/nothings/stb 一、编译 1.分别下载好 zxing-cpp 和 stb 的源码(编译zxing-cpp需要stb) 2.使用cm 阅读全文
posted @ 2025-04-16 11:09 十一的杂文录 阅读(614) 评论(0) 推荐(0)