I just started to use Qt with C (I haven't technically used it yet), and I am trying to compile my first program. It's hello.cpp which is in the directory hello (windows, by the way). I go to the command prompt, change the directory, then type qmake -project, qmake hello.pro. That works (or appears to ). When I type make, it says mingw32-make is not recognized as... you know what I mean. Do you know why it's not working?
-It's worth noting that when I originally installed it Qt, it didn't work because it said that mingw32.dll was missing, so I downloaded it and put it in Windows/System (it worked then).
Tags: