I have a Qt program. When I ran qmake -project and qmake it worked fine.
But, how can I run my program now?
Thanks.
make it, if you are using it in Linux. Use nmake if you are using it in Windows with MSVC, or mingw32-make if you are using the Qt SDK for Windows without MSVC.
nmake? As I got the following when using nmake alone: C:\Users\avbder\Desktop\projects>nmake 'nmake' is not recognized as an internal or external command, operable program or batch file.nmake.. Mostly will be available in some bin folder. Add that to PATH variable and open the command prompt and give nmake from the specified folder..
Windows 7 Enterprisemakeanswers below), you'll end up with an .exe that you can run.