Qt5.2刚刚出来没多久,周末尝试了下对VS2012+QT5.2的编译环境搭建,中间也出了些错误,现将安装的过程总结下,共享给大家。
操作系统:windows 7
Qt版本:
Qt5.2 .0for Windows 32-bit(VS 2012)
VS Add in:
Visual Studio Add-in 1.2.2 for Qt5
Visual Stdio:
Visual Studio Ultimate 2012
QT和VS Add in官方下载地址:
http://qt-project.org/downloads/
选择版本分别如下图所示:
vs2012 官方下载地址:
http://www.micro...
Qt阅读全文
一,下载OpenGL代码——glut(The OpenGL Utility Toolkit)
glut下载地址: http://www.opengl.org/resources/libraries/glut/glut_downloads.php
for windows的code:
http://user.xmission.com/~nate/glut.html
其中:
Ø glut-3.7.6-bin.zip : GLUT forWin32 dll, lib and header file (everything you need to get started programmingwith GLUT).
Ø glut-3.7.6-src.zip : GLUTsource code distribution (includi...
OpenGL, windows阅读全文
1.下载windows下的QT库 QT4.8.5 for vs2010:
http://download.qt-project.org/official_releases/qt/4.8/4.8.5/qt-win-opensource-4.8.5-vs2010.exe;
2.下载VS2010 下的QT插件:
http://download.qt-project.org/official_releases/vsaddin/qt-vs-addin-1.1.11-opensource.exe
3.安装QT库:点击 qt-win-opensource-4.8.5-vs2010.exe;
一路Next~~
选中 I acceot the terms of the License Agreement,继续一路Next
开...
Qt, VS2010阅读全文
第一步,选择一个编译环境
现在Windows系统的主流编译环境有Visual Studio,Broland C++ Builder,Dev-C++等,它们都是支持OpenGL的。我选择Visual Studio 2010作为学习OpenGL的环境。
第二步,安装GLUT工具包
GLUT不是OpenGL所必须的,但它会给我们的学习带来一定的方便,推荐安装。
Windows环境下的GLUT下载地址:(大小约为150k)
http://www.opengl.org/resources/libraries/glut/glutdlls37beta.zip
无法从以上地址下载的...
OpenGL, VS2010阅读全文