[Qt-interest] Compiling Qt with VC++ 2010 Express

Constantin Makshin cmakshin at gmail.com
Wed Sep 15 21:07:17 CEST 2010


Yes, it's possible to compile Qt with MSVC 2010 Express (I personally
use VC++ 2010 Express with Windows SDK v7.1). 32-bit Qt works just
fine, 64-bit one may have some problems
(http://bugreports.qt.nokia.com/browse/QTBUG-11445).

You shouldn't worry about directories — QMake will take care of them.
However, if you want to compile Qt programs from VC++ IDE without help
of QMake, you may use propertiy files attached to this message (put
them to the "%USERPROFILE%\Local Settings\Application
Data\Microsoft\MSBuild\v4.0" directory and add to your project using
the Property Manager).

On Wed, Sep 15, 2010 at 7:34 AM, Miguel Cardenas <mfcardenas at gmail.com> wrote:
> Hello
>
> I was trying to compile an application with my already compiled Qt 4.5.1
> (already built with VC++ 2008 Express) but the current VC++ 2010 Express
> compiler failed because some "objects" were compiled with a different
> compiler version :-/
>
> So, I want to build the latest version using VC++ 2010 Express but the
> package says "VC 2008"... Searching on google I found that some users have
> compiled with 2010 using the same procedure that 2008, but there is no
> "Directory" option to add the executable, include, lib, etc. directories to
> VC++, in the 2010 version it should be added per project and not global...
>
> Does it really compile under version 2010? and if so, is there a documented
> (experimental?) procedure to build Qt with this new version?
>
> Thanks for your help
>
> --
> Miguel Cardenas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Qt.Win32.props
Type: application/octet-stream
Size: 1046 bytes
Desc: not available
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100915/617f8957/attachment.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Qt.x64.props
Type: application/octet-stream
Size: 1048 bytes
Desc: not available
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100915/617f8957/attachment-0001.obj 


More information about the Qt-interest-old mailing list