PDA

View Full Version : How to set MAKEFLAGS for Qt and QT creator source code compilation?



mut
26th June 2014, 05:45
Hello;

I'm building a Qt Creator plugin and therefore needs to compile both Qt and Qt Creator sources with MSVC2010.

My plugin compile fine in MingW32 environment but fails with "Cannot locate MAKEFLAGS xxx" when I compile my plugin from the Qt Creator IDE, that latest
pointing to MSVC2010 (install of Qt gives C:\Qt\Qt5.2.0\5.2.0\msvc2010_opengl).

What should be MAKEFLAGS when Qt Creator points to local MSVC2010?