Note that there are some explanatory texts on larger screens.

plurals
  1. POVisual C++ 2010 Express: How to use with Qt?
    primarykey
    data
    text
    <p>I'm confused about getting Qt working with Visual Studio Express. Most of the searches online have turned up instructions for compiling Qt using instructions such as:</p> <blockquote> <ul> <li>Install MSVC2005 or MSVC2008</li> <li>Install the most recent Platform SDK (@ MSDN: "Platform SDK for Windows Server 2003 R2")</li> <li>From the Platform SDK, you'll need to install at least the base + internet options</li> <li>Then, download and extract a recent snapshot or the preview release to D:\Qt\4.x.x</li> <li>Open up a console with the MSVC settings loaded (see MSVC Tools-menu) and go to your Qt directory</li> <li>Type "configure -platform win32-msvc2005" without the quotation marks</li> <li>That will build you the project files you'll need</li> <li>After that, it's as simple as running "nmake" and drinking a lot of coffee</li> </ul> <p>Then, add D:\Qt\4.x.x\bin and D:\Qt\4.x.x\lib to your path environment variable, and you'll be able to use this version of Qt from everywhere on your system. The latter could be added to the library section in the options from MSVC as well.</p> </blockquote> <p>(from <a href="http://www.qtcentre.org/threads/11710-Visual-Studio-2005-Express" rel="noreferrer">http://www.qtcentre.org/threads/11710-Visual-Studio-2005-Express</a>)</p> <p>However, when I go to the download page of Qt (<a href="http://qt.nokia.com/downloads" rel="noreferrer">http://qt.nokia.com/downloads</a>), there is a download for Visual Studio labeled: "Qt libraries 4.7.1 for Windows (VS 2008, 228 MB)"</p> <p>I'm confused, do I actually still need to build it? Or is it already built?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload