[Qt-creator] Qt Creator 3.4 binaries will be compiled with MSVC 2013 (dynamic opengl)

Henry Skoglund fromqt at tungware.se
Mon Mar 16 12:33:19 CET 2015


Hi, agreed it's a bit insane to patch the .exe file, but actually I 
think you can have the cake and eat it too (i.e. build without -target 
xp so that windows kit 8 or 10 is still kosher) by instead adding this 
to Qt Creator's .pro file:
QMAKE_LFLAGS_WINDOWS = /SUBSYSTEM:WINDOWS,5.01

Rgrds Henry


On 2015-03-16 12:27, Oswald Buddenhagen wrote:
> On Mon, Mar 16, 2015 at 12:07:56PM +0100, Henry Skoglund wrote:
>> About switching building QtC to MSVC2013, that's excellent news, thank you!
>>
>> I'm testing it now, looks good. Just want to add, I'm testing it in a
>> Windows XP Virtual Machine on VMWare Fusion. So it still works fine
>> under Windows XP. Just have to patch the qtcreator.exe file:
>> http://www.tripleboot.org/Pictures/PatchingQtCreator3.3.81.png
>>
> well, it's a tad insane to do that.
>
> as qt officially still supports xp, the qt binaries should be simply
> built with -target xp. but this means it can't be built against windows
> kit 8. i don't know what the implications of that would be.
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qt-creator
>





More information about the Qt-creator mailing list