随笔分类 -  Qt

Qt Create 4.6.2无法自动生成Android Kit
摘要:开发环境: OS,Microsoft Windows [Version 10.0.17134.523] Qt,5.11.1 Qt Creator,4.6.2 JDK,1.8.0_181 Android SDK,26.1.1 NDK,18.1 起因 心血来潮,突然想产生用Qt编写Android程序,根据网上的教程,在Tools-Options-Devices-Android... 阅读全文

posted @ 2019-01-29 18:58 foundkey 阅读(5712) 评论(0) 推荐(0)

'QObject& QObject::operator=(const QObject&)' is private——无法将自定义的QObject子类放入Qt容器(container)中
摘要:先贴出问题的代码: 1 #include<QCoreApplication> 2 classMyObject:publicQObject 3 { 4 public: 5 MyObject(QObject*parent =0): 6 QObject(parent) 7 { 8 } 9 private: 阅读全文

posted @ 2016-11-02 09:07 foundkey 阅读(740) 评论(0) 推荐(0)

Qt工程使用第三方库——Qt下使用glut库
摘要:本人使用的环境 操作系统:windows10 Qt构建套件:qt-mingw4.8.5 + mingw4.4.0 Qt Creator版本:3.6.1 本教程配置针对工程而言,每个工程需要单独配置。 一、下载并解压glut库 我使用的版本下载地址为: http://www.opengl.org/re 阅读全文

posted @ 2016-10-14 16:01 foundkey 阅读(10020) 评论(0) 推荐(2)

支持源码单步调试QT库编译笔记
摘要:支持源码单步调试QT库编译笔记 编译环境:windows 10 编译工具:mingw_4_4_0 Qt源码版本:qt-everywhere-opensource-src-4.8.5(下载地址:http://download.qt.io/archive/qt/4.8/4.8.5/) 1、确定已经安装合 阅读全文

posted @ 2016-10-13 14:46 foundkey 阅读(1672) 评论(0) 推荐(1)

导航