[quote author="AlricDoRei" date="1356385570"]I am planning to use QtCreator+qmake without Qt libraries.
Is it possible to install/compile qmake without Qt on Windows platform?[/quote]
Yes, you can use Qt Creator as well as qmake without Qt. "Qmake":http://qt-project.org/doc/qt-4.8/qmake-manual.html processes .pro files and automatically creates makefiles (or Visual Studio, or XCode project files). For details check "qmake documentation":http://qt-project.org/doc/qt-4.8/qmake-manual.html :
bq. qmake can be used for any software project, whether it is written in Qt or not.