Hi guys. My name is Dany and I'm new on this forum.
I would like to learn programing with Qt, but I don't know how to install it.
I tried 3 versions but no success I have these 3 versions :
- Trolltech Qt Commercial 4.4.0 (from demonoid)
- Trolltech Qt Commercial 4.3.1 (from demonoid)
- And this one downloaded from official site
qt-win-opensource-src-4.4.1.zip
qt-win-opensource-4.4.1-mingw.exe

When I installed Commercial 4.4.0 everything looked OK, but when I tried to compile
Hello.cpp I enter command qmake -project (that was OK), then qmake hello.pro (that was OK too), but when I entered command make then:
'make' is not recognized as an internal or external command operable program or batch file.

The only compiler I have on my computer is Dev-c++.
Can someone pleas tell me how to install Qt, or point me to some good step by step tutorial on how to install Qt.