Hi,
I am new to qt4 programming on Linux. Previously working on QT4 for Mac.

As on mac
If you are using Xcode on Mac OS X, you can generate an Xcode project using the command
qmake -spec macx-xcode

If you are using Microsoft Visual C++,
you can create a Visual Studio project file from hello.pro by typing
qmake -tp vc hello.pro

My Problem:
I want to know which type of project can be generated from the QT project. Plz give discriptive answer.


With Best Regards