Programming with Qt Creator

Hello!

Id like to use the Qt Creator IDE but when i create a new project i can only create a qt project. Has anybody experience with this IDE and could tell me if i can use it for C++ programming with any library or only with qt libraries?
yes you can use it with c++.

do "qmake -project" in which you have the code.
it will create a .pro file, do "qmake <.pro file name>"
and then "make".

it will create an executable.
The thing is, it's not really a very good IDE. Sure, it's decent if you want to write a Qt project, but otherwise it's just not good. I can name three IDEs that are better, two of which are much better.
And which are these? I also tried NetBeans and it looks nice...
From worst to best: Code::Blocks, Eclipse, Visual C++.
kdevelop is good too.. :D
Topic archived. No new replies allowed.