[Qt-creator] Intel Compiler and C++0x?
Coda Highland
coda at bobandgeorge.com
Wed Jan 6 16:45:44 CET 2010
No, I mean your chosen Qt mkspec. The default is usually something
like linux-g++ or macx-g++ or win32-msvc or something; there's also
linux-icc, macx-icc, and win32-icc that will use icc as the C/C++
compiler. I will note that these aren't "officially" supported as far
as I know so you're sort of operating at your own risk.
Unfortunately I don't know how to select a different makespec in
Creator (though if you poke around in the Qt Versions preferences pane
or the Project view you can see the makespec it's using). It should
work, though, if you build Qt using that spec as default (that is,
pass "-spec macx-icc" to Qt's configure). Building your Qt project at
the command line you can try "qmake -spec macx-icc" -- do note that
I'm not sure that icc and gcc are binary-compatible so this may or may
not work with a standard Qt build.
/s/ Adam
On Wed, Jan 6, 2010 at 9:05 AM, Danny Price <deepblue842 at googlemail.com> wrote:
> makespec? Do you mean a compiler flag? Do you know the flags in question?
>
> On Wed, Jan 6, 2010 at 2:49 PM, Coda Highland <coda at bobandgeorge.com> wrote:
>>
>> On Wed, Jan 6, 2010 at 3:55 AM, Danny Price <deepblue842 at googlemail.com>
>> wrote:
>> > I would like to make use of C++0x in Creator.
>> >
>> > Is it possible to use Creator with the Intel compiler (available as a
>> > 'plugin' for MSVC 2008) and if so how? This makes available C++0x syntax
>> > like 'auto' to MSVC?
>> >
>> > And what options exist for the OSX platform where the default toolset is
>> > Apple's GCC 4.2?
>>
>> It's possible by setting the appropriate makespec. Creator won't
>> syntax highlight C++0x constructions and may flag some as errors, but
>> if your compiler has support it will build.
>>
>> /s/ Adam
>> _______________________________________________
>> Qt-creator mailing list
>> Qt-creator at trolltech.com
>> http://lists.trolltech.com/mailman/listinfo/qt-creator
>
>
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>
>
More information about the Qt-creator-old
mailing list