kevinlq / LQFramKit

c++ Qt5 implementation of some control(使用C++ Qt5封装的一些控件,以便后期项目中直接使用。这些控件有些是来自于网络有些属于个人封装,代码中都有出处)
http://kevinlq.com/
Apache License 2.0
206 stars 163 forks source link

linux compile error #2

Open christopherwoo opened 6 years ago

christopherwoo commented 6 years ago

os: ubuntu 16.04 LTS qt: qt5.10.0

zxing/zxing/ZXing.h:60:19: error: ‘isnan’ was not declared in this scope zxing/zxing/ZXing.h:63:19: error: ‘isnan’ was not declared in this scope

kevinlq commented 6 years ago

你好,刚在linux下已经成功编译了,详情可以看我的Readme文件末尾说明。

不过用电脑环境是 ubuntu 16.04 LTS Qt 5.5.1 暂时没有安装Qt5.11,所以没有出现你说的那个问题。

kevinlq commented 6 years ago

已经在linux下,使用最新版本Qt5.11进行编译验证了下,修改了部分代码,可以编译通过。 ubuntu 16.04 LTS 64b Qt5.11

christopherwoo commented 5 years ago

:blush: 成功编译。

christopherwoo commented 5 years ago

“显示界面控件”页的尺子无响应,树状导航崩溃