-
Bug
-
Resolution: Done
-
Not Evaluated
-
None
-
Qt Creator 2.7.1
-
None
-
Windows XP
When importing a cmake project using the cmake dialog under windows the only option available is Unix Makefiles, when running under windows this option should probably be MinGW Makefiles,
Unix makefiles do not compile as they try and do cd C:/build/location/here instead of cd C:\build\location\here the former not being supported by cd on windows platforms