2013-12-08 30 views
1

http://qt-project.org/downloads#qt-creator Qt的下載頁面,其Qt的下載,我們hahve如何確定使用

Qt Online Installer for Linux 32-bit (22 MB) (Info) 
Qt Online Installer for Linux 64-bit (22 MB) (Info) 
Qt Online Installer for Mac (9 MB) (Info) 
Qt Online Installer for Windows (13 MB) (Info) 
Qt 5.1.1 for Android (Linux 32-bit, 461 MB) (Info) 
Qt 5.1.1 for Android (Linux 64-bit, 459 MB) (Info) 
Qt 5.1.1 for Android (Windows 32-bit, 716 MB) (Info) 
Qt 5.1.1 for Linux 32-bit (417 MB) (Info) 
Qt 5.1.1 for Linux 64-bit (415 MB) (Info) 
Qt 5.1.1 for Mac (425 MB) (Info) 
Qt 5.1.1 for Windows 32-bit (MinGW 4.8, OpenGL, 666 MB) (Info) 
Qt 5.1.1 for Windows 32-bit (VS 2010, 505 MB) (Info) 
Qt 5.1.1 for Windows 32-bit (VS 2010, OpenGL, 504 MB) (Info) 
Qt 5.1.1 for Windows 32-bit (VS 2012, 511 MB) (Info) 
Qt 5.1.1 for Windows 64-bit (VS 2012, 525 MB) (Info) 
Qt 5.1.1 for Windows 64-bit (VS 2012, OpenGL, 522 MB) (Info) 

Qt libraries 4.8.5 for Windows (minGW 4.4, 317 MB) (Info) 
Qt libraries 4.8.5 for Windows (VS 2008, 235 MB) (Info) 
Qt libraries 4.8.5 for Windows (VS 2010, 235 MB) (Info) 
Qt libraries 4.8.5 for Linux/X11 (230 MB) (Info) 
Qt libraries 4.8.5 for Mac (185 MB) (Info) and debug libraries (480 MB) (Info) 
Qt libraries 4.8.5 for embedded Linux (230 MB) (Info) 
Qt libraries 4.8.5 for Windows CE (269 MB) (Info) 

我真搞不清楚哪一個是爲我好。 我的情況:

Windows 7 x64,Visual Studio 2012.我想使用的項目(goldendict)使用VS2012解決方案文件。我想構建Win32和x64版本。 Windows的官方版本使用Qt 4.8.5,所以我不確定Qt 5是否會導致問題。這位官員說,頁面GCC是必需的(但我不知道GCC只要求在Linux上構建,或者我們需要在Windows操作系統上也。)

從上面的列表中的Qt 4.8.5只有

Qt libraries 4.8.5 for Windows (minGW 4.4, 317 MB) (Info) 
Qt libraries 4.8.5 for Windows (VS 2008, 235 MB) (Info) 
Qt libraries 4.8.5 for Windows (VS 2010, 235 MB) (Info) 
Qt libraries 4.8.5 for Windows CE (269 MB) (Info) 
用於Windows的

。我相信,最後一個不是我想要的。但是「minGW」,「VS2008」,「VS2010」的版本?沒有版本「VS2012」。 Qt 4.8.5也沒有32位,64位版本,不像Qt 5.1.1。

我需要一些指導來確定使用哪個版本,至少最有可能的版本。

+1

如果項目沒有移植到Qt5,Qt5將無法正常工作。移植到Qt 5通常不是什麼大問題,但是在一個項目中同時支持Qt4和Qt5仍然是一個開銷。如果你堅持使用Qt4 + MSVC2012組合,我建議從MSVC2012的源代碼編譯Qt。 –

+0

你想要這個版本(這不是你提供的任何選擇):http://download.qt-project.org/official_releases/qt/4.8/4.8.5/qt-everywhere-opensource-src-4.8。 5.zip – drescherjm

回答

0

使用在線安裝程序。它可以讓你選擇你想要的組件(例如,VS2012的64位和32位的Qt)。在線安裝程序基本上可以讓您組合上面列出的模塊。