Does anyone know how to configure Qt-Creator to use cygwin's make
to build a project? Maybe this is a simple cygwin-mangled Windows path problem, but I can't get Qt-Creator to find/run cygwin's make
. My make
lives in /usr/bin
, which is actually c:\cygwin\c\usr\bin
on my system. Either way, Qt can't seem to find it using all the obvious build settings I can think of.
Thanks---