I plan to learn Qt in this winter break. The reason is that Qt can be cross platform, and it has very complete support. I tried to run Qt with Eclipse. I tried to follow the steps here. The Qt SDK only contains mobile device versions. I haven't figured out how to configure the desktop version. It seems that I need to be more familiar with MinGW. but However, I finally realize how to run Qt with Visual Studio 2008. Only two programs are needed. Both programs have installers and are easy to install.
Once the programs have been installed, there should be menu 'Qt' in Visual Studio. When creating projects, there is a folder Qt4 for Qt-related projects. |
Memo >