[Qt-creator] Hi...

Paulo Jnkml paulo.jnkml at gmail.com
Tue Feb 10 04:53:15 CET 2009


Charles N Burns wrote:
> This is the Qt Creator mailing list, so it is likely that Qt Creator
> will be suggested.
> I teach a 1st-semester C++ class at a local university, and plan to
> have the students use Qt Creator for their final project, after
> official release. I think it is simpler more intuitive than most C++
> IDEs, though I suspect it would be a little awkward for use in non-Qt
> projects..
>
> http://www.qtsoftware.com/developer/qt-creator
>   
Not at all. I use qtcreator for everything.
To use it for a non qt application, although that option is not included 
in the project file templates, you can just create a normal console qt 
application.
Then if you don't need the qt stuff, just delete it from the main and 
add a QT -= gui core to your .pro.

regards



More information about the Qt-creator-old mailing list