
qt
文章平均质量分 71
浮世
这个作者很懒,什么都没留下…
展开
-
linux下QtCreator的gdb安装
QtCreator3.0版本以上安装gdb需要ptyon支持,具体安装步骤如下: 不存在python的安装python2.7 or 3.x(3.x调试时莫名的调用不成功,不知道什么原因,建议2.7) //源码编译时出现 configure: error: no usable python found at /usr/bin/python2.7 错误提示 //原因是没有安装 python-devel 造成的 yum install python-devel -y gdb版本7.6及以上 1、下载wget h原创 2020-11-07 13:30:31 · 1813 阅读 · 0 评论 -
vs qt静态库编译
configure -prefix "F:\Qt\Static\static_lib" -debug-and-release -static -no-icu -opengl desktop -confirm-license -opensource -nomake examples -nomake tests -mp -no-harfbuzz - no-angle -D _CRT_SECUR原创 2015-04-23 22:24:50 · 1074 阅读 · 0 评论