惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

T
The Blog of Author Tim Ferriss
S
Securelist
D
Docker
The Register - Security
The Register - Security
GbyAI
GbyAI
Recorded Future
Recorded Future
Engineering at Meta
Engineering at Meta
Stack Overflow Blog
Stack Overflow Blog
云风的 BLOG
云风的 BLOG
P
Proofpoint News Feed
罗磊的独立博客
博客园 - 【当耐特】
F
Full Disclosure
WordPress大学
WordPress大学
腾讯CDC
小众软件
小众软件
大猫的无限游戏
大猫的无限游戏
D
DataBreaches.Net
SecWiki News
SecWiki News
L
Lohrmann on Cybersecurity
I
InfoQ
MyScale Blog
MyScale Blog
量子位
Cyberwarzone
Cyberwarzone
博客园 - 三生石上(FineUI控件)
The Hacker News
The Hacker News
F
Fortinet All Blogs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Jina AI
Jina AI
博客园_首页
H
Help Net Security
K
Kaspersky official blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Webroot Blog
Webroot Blog
Blog — PlanetScale
Blog — PlanetScale
V
Vulnerabilities – Threatpost
Y
Y Combinator Blog
The Cloudflare Blog
P
Proofpoint News Feed
V
Visual Studio Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
T
Tailwind CSS Blog
爱范儿
爱范儿
P
Privacy International News Feed
Security Archives - TechRepublic
Security Archives - TechRepublic
The GitHub Blog
The GitHub Blog
C
Cybersecurity and Infrastructure Security Agency CISA
B
Blog RSS Feed

博客园 - bela liu

生成PDF文档,并在PDF文档结尾加印章 EF CodeFirst 学习 1 - 用fluent API设置元数据, silverlight: 关于dataform的commit silverlight:datagrid滚动 win7下chm打不开 MS DTC 无法正确处理DC升级/降级事件。MS DTC 将继续运行并使用现有的安全设置。 远程桌面如果超出最大连接数, 使用命令行mstsc /console登录即可。 windows server 2008 安装live mail windows server 2008 安装 MSN Help: DCOM中设定"launch permission"的问题 使用firefox的一个小技巧 - bela liu - 博客园 现有一车(千里马)过年从苏州回赣榆,15号或者17号出发,21号,23号或者25号返程。 在Oracle中申明与某个字段类型相同的变量 几道Python的习题 在ReportViewer中使用超链接(HyperLink) 未解之Bug (1) : 必须放在具有 runat=server 的窗体标记内 在window.showModelessDialog打开的窗体中调用原窗体的alert会使IE死掉。 [转]面向对象与数据模型 在模式窗体中提交而不打开新窗体
Qt 学习(1)
bela liu · 2007-07-10 · via 博客园 - bela liu

FTP:


下载完成,以为运行qt-win-opensource-4.3.0-mingw.exe就可以安装了,
安装时才发现需要先安装MinGW, (虽然允许直接在安装时下载,但我在安装时直接下载有问题)。

google一下,可以从Sourceforge上下载。
E文不行,Sourceforge上有好多可以下载的内容,经过仔细研究,发现下载叫Current的Package就可以了。
后来参考了下面这篇文章http://www.yuanma.org/data/2006/0406/article_213.htm,并经过几次安装才算清楚些。

http://sourceforge.net/project/showfiles.php?group_id=2435进入,
然后展开Current,再展开MinGW,下载最新版本,现在是5.1.3。
从迅雷中COPY出来的下载地址为: 
http://jaist.dl.sourceforge.net/sourceforge/mingw/MinGW-5.1.3.exe

下载完MinGW之后,直接运行就可以安装(我安装在C:\MinGW),安装过程中过程中还需要下载,
此时选择下载Current,然后选择所有的包
(尽管有些包可能用不到,后面的安装还是无法进行,我第一次安装时只选择了第一项,
结果后面的安装提示没有g++),
这个过程需要较长时间,约20多分钟。

MinGW安装完成后,运行qt-win-opensource-4.3.0-mingw.exe,
在Find MinGW的框中,填入Previously installed MinGW的地址:通常是C:\MinGW。

装完之后,没有找到IDE环境,用惯了VS.net,没有IDE很不习惯了。

http://www.yuanma.org/data/2006/0406/article_213.htm文本中提到的是Visual-MinGW,
google一下,发现Sourceforge上有。
下载Visual-MinGW 0.56 alpha。

安装Visual-MinGW 0.56,运行时,要求指定编译器的bin目录(如下图),我填的是C:\MinGW\bin。

好,总算出来个看得见的东东了。下面就可以开始教程中的Hello world了。

总结一下,看起来应该可以直接安装Visual-MinGW就可以了,而不需要安装

qt-win-opensource-4.3.0-mingw.exe 。