Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
None
-
Qt Creator 4.2.1
-
Qt 5.8.0, Windows 7, LLVM 3.9.1
Description
When using a win32-clang-msvc mkspec, qmake generates Makefiles for nmake. When building a project with an LLVM kit on Windows, Qt Creator attempts to use an instance of GNU make detected in my PATH. This results in errors from GNU make when it tries to parse Makefiles intended for nmake. Qt Creator should instead use whichever nmake or jom it would usually use for an MSVC kit.