[Windows] Add MinGW generator to global CMake settings page
ClosedPublic

Authored by geetamc on Jul 11 2017, 10:35 PM.

Details

Summary

In cmakeutils.cpp:
-Added "MinGW Makefiles" to the stringlist generatorNames.
In cmakebuilder.cpp
-Added "MinGW Makefiles" to stringlist required for addBuilder(Makefile)

Test Plan

-Pruned a small helloworld project, selected MinGW Makefiles as the default generator,
configures fine, mingw32-make succeeds and executable launches as expected.

Please report if you encounter any errors.

Diff Detail

Repository
R32 KDevelop
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
geetamc created this revision.Jul 11 2017, 10:35 PM
Restricted Application added a subscriber: kdevelop-devel. · View Herald TranscriptJul 11 2017, 10:35 PM
kfunk accepted this revision.Jul 11 2017, 10:42 PM
This revision is now accepted and ready to land.Jul 11 2017, 10:42 PM
This revision was automatically updated to reflect the committed changes.