摘要:
Qt是跨平台的图形开发库,目前由Digia全资子公司 Qt Company 独立运营,官方网址: http://www.qt.io/ 也可以访问Qt项目域名:http://qt-project.org/ Qt本身支持众多操作系统。从通用操作系统Linux、Windows,到手机系统Android、i 阅读全文
posted @ 2016-08-02 09:05
Aaron_L
阅读(22074)
评论(0)
推荐(0)
摘要:
Ubuntu 14.04 QT 开发环境搭建 一 . 软件:qt-creator-linux-x86-opensource-2.7.0.binqt-everywhere-opensource-src-4.7.2.tar.gz二 . 源码安装步骤:1 : 解压缩 tar xvfz qt-everywh 阅读全文
posted @ 2016-08-02 09:03
Aaron_L
阅读(5436)
评论(0)
推荐(0)
摘要:
前两天在linux下使用Qt creator, 切换到了管理员使用了Qt creator后,再切换为普通用户,发现出现了 Cannot overwrite file ..Permission denied 这样的错误。 解决思路其实很简单,这就是缺少权限。它说哪些文件缺少权限,我们就给这些文件添加上 阅读全文
posted @ 2016-08-02 08:59
Aaron_L
阅读(2747)
评论(1)
推荐(0)