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

推荐订阅源

W
WeLiveSecurity
T
The Exploit Database - CXSecurity.com
C
CXSECURITY Database RSS Feed - CXSecurity.com
S
Security @ Cisco Blogs
T
Threat Research - Cisco Blogs
TaoSecurity Blog
TaoSecurity Blog
Recent Commits to openclaw:main
Recent Commits to openclaw:main
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
腾讯CDC
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
T
The Blog of Author Tim Ferriss
Microsoft Azure Blog
Microsoft Azure Blog
罗磊的独立博客
F
Full Disclosure
博客园 - 【当耐特】
C
CERT Recently Published Vulnerability Notes
Engineering at Meta
Engineering at Meta
Application and Cybersecurity Blog
Application and Cybersecurity Blog
T
Threatpost
I
Intezer
V2EX - 技术
V2EX - 技术
H
Hackread – Cybersecurity News, Data Breaches, AI and More
The Hacker News
The Hacker News
小众软件
小众软件
Google DeepMind News
Google DeepMind News
T
Tailwind CSS Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
B
Blog RSS Feed
Microsoft Security Blog
Microsoft Security Blog
N
News | PayPal Newsroom
MyScale Blog
MyScale Blog
AI
AI
Vercel News
Vercel News
Spread Privacy
Spread Privacy
美团技术团队
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
The GitHub Blog
The GitHub Blog
V
Vulnerabilities – Threatpost
Schneier on Security
Schneier on Security
Cyberwarzone
Cyberwarzone
G
GRAHAM CLULEY
Help Net Security
Help Net Security
Hacker News: Ask HN
Hacker News: Ask HN
Google DeepMind News
Google DeepMind News
MongoDB | Blog
MongoDB | Blog
L
LINUX DO - 热门话题
U
Unit 42
L
LangChain Blog
Recent Announcements
Recent Announcements

博客园 - 千年寒冰

C# 操作Excel大全 Wince 或Windows平台 C#调用Bitmap对象后资源应该如何释放 基于三汇语音卡的呼叫中心开发--(一) 解决NTLDR is missing,系统无法启动的方法 mssql charindex 美化表单 屏幕取字原理 jsp web项目开发详述 jsp request 对象详解 博文阅读密码验证 - 博客园 WML教程9:Select List 控件 jsp的session介绍 (转) 想一想 javabean :类与函数调用(数据库访问类) JSP中的pageEncoding和contentType属性(转) javabean在jsp中的调用(原创) 远程连接SQL Server (转) 三天学好ADO(转) jsp调用javabean实例
Window7+vs2008+QT环境搭建
千年寒冰 · 2012-03-08 · via 博客园 - 千年寒冰

记录下自己是如何搭建QT开发环境的,备忘吧。

操作系统:win7,其实winXP,win7都没有关系;我使用的机器安装的操作系统是win7;

开发环境是VS,使用2005,2008,2010或者即将发布的2011都行;因为QT都有相应的插件支持;相信以后的VS版本,QT也会一并支持的,毕竟VS是主流,好用!当然也支持eclipse,这里先不研究了。

关于QT,请查看:http://qt.csdn.net/  我是从这里发现,并开始的。呵呵;

需要下载的文件:

qt-win-opensource-4.8.0-vs2008.exe  http://get.qt.nokia.com/qt/source/qt-win-opensource-4.8.0-vs2008.exe

qt-vs-addin-1.1.7.exe http://get.qt.nokia.com/vsaddin/qt-vs-addin-1.1.7.exe 

如果地址不能下,就去QT官网好了。  中文版的:http://qt.nokia.com/title-cn 

无需环境变量的配置,全部直接下一步安装即可;

两个文件的具体安装就不上图了,相信大家都会安装;

安装完毕后:打开Vs2008,或者2010,新建项目;可以发现有了QT项目。如下图:

下一个地方就是VS菜单里面会有QT这一项菜单的;如下图:


剩下新建项目,进行开发,和MFC的操作就差不多了。到此搭建环境结束!