Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] UI for setting MinGW location

Yeah, that’s probably what I was remembering. And, yeah, that’s not quite at the standard of UX I am trying to reach ;)

D

From: Andrew Gvozdev <angvoz.dev@xxxxxxxxx>
Reply-To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Date: Monday, January 13, 2014 at 2:42 PM
To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] UI for setting MinGW location

Hi Doug,
You can set MINGW_HOME variable in preferences then the wizard will find the toolchain. There is a screenshot at http://wiki.eclipse.org/CDT/User/NewIn82#Improved_toolchain_detection. Note that $MINGW_HOME/bin gets prepended to the $PATH in project with MinGW toolchain.

Thanks,
Andrew


On Mon, Jan 13, 2014 at 2:09 PM, Doug Schaefer <dschaefer@xxxxxxx> wrote:
Hey gang,

Do we have any UI for setting the MinGW location? I vaguely remember something being there but maybe not.

If not, does anyone mind me adding in a preference where users can set one? I just downloaded Qt which includes MinGW but CDT can’t find it since it’s inside the Qt install.

As a result, the toolchain isn’t listed when I go to create a Qt project.

Thanks.

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top