激动眼睛

文章
4
资源
0
加入时间
2年10月18天

Qt+libqrencode+QZXing 二维码生成原理和识别

开发环境 Ubuntu18.04 + qt 5.9.3 +libqrencode + QZXing先下载libqrencode,Git 地址:https://github.com/fukuchi/libqrencode解压后,cmake 一下,然后make 编译。编译成功,将静态库和头文件单独拷贝。在项目pro中使用库。#--------------------------------------...