How to Install qt in windows?
Hi,
i want to learn qt, so could anyone tell me what all packages should i download to install in windows system(i am using windows XP).Is installing qt is similar to normal windows application installation.What are all the prerequisite for installing in windows.
Re: How to Install qt in windows?
Download the latest Qt SDK.
Install (just like any other windows app)
That's it
Note that you need to know C++ before you can enjoy Qt
Re: How to Install qt in windows?
I would also install qtcreator and the mingw that comes with it. then start looking at the examples. Mingw is the C cmpiler you need, Qt is the library to make the application and qtcreator the programming environment
Re: How to Install qt in windows?
If you install the current SDK for Windows, all the above are installed for you automatically.
BTW, MinGW is NOT a compiler. GCC is the compiler. MinGW is the GNU environment which GCC is written for. You can also get GCC without MinGW if you compile it yourself.