I haven't managed to install qt properly on Windows after 2 hours of effort. I couldn't find the SDK version which is linked in some sites instructing Qt installation. So I tried the other way. You can give me a link to download full sdk if it is still available, since it seems more easy to install with that way.
I installed Qt libraries for MinGW and Qt Creator from here Then I added the C:\Qt\4.8.4 to the path variable and ran configure.exe on Qt folder After that I installed the Qt Creator but there was no option to open a Qt Gui Project or quick project. Then from options I created a kit and chose MinGW as compiler and save the qmake path. With this change I could open a Qt Gui project but then I got exited with code -1073741511 error on run. I tried this recommended solution but couldn't find those dll files on system32. So i got tired and decided to ask stackoverflow. Am i missing a step in installation? Should i try to use msvc? Is it possible to use msvc with open source qt version?