I'm using scripts to build my projects and open them with Visual Studio 2013 but now I got a project that has to be build with PlatformToolSet v100 (Visual Studio 2010). My question is: Is there a define or something that I've to add to the *.pro file or is there a parameter I've to use with qmake to create the right toolset? If not, is there any other way?
Asked
Active
Viewed 960 times
1
-
1i'm using spec win32-msvc2010 – Nitro.de May 12 '15 at 08:38
-
So what's problem then? – Matt May 12 '15 at 08:40
-
that the generatex vcx still uses platformtoolset 120 but i need the v100 toolset here – Nitro.de May 12 '15 at 08:40
-
Revise qmake.conf and its includes, clean & rebuild. – Matt May 12 '15 at 08:45
-
Try http://stackoverflow.com/questions/15928293/vs2012-nmake-using-v110-xp-toolset – svlasov May 13 '15 at 12:17