[Qt-creator] QtCreator for plain C project
André Pönitz
andre.poenitz at nokia.com
Wed Mar 9 14:28:02 CET 2011
On Wednesday 09 March 2011 10:55:27 ext Aekold Helbrass wrote:
> Good day!
>
> I want to develop few projects without Qt in plain C. And of course
> QtCreator is the IDE I really like and want to use. Is it possible to
> make plain C project with QtCreator or I'll have to search for C IDE?
Qt Creator has no special C mode, and will apply C++ code completion
etc to your C sources. It will therefore be "wrong" in the cases where C
is not a C++ subset.
If you can live with that, Creator should be fine. E.g. debugging should
work out-of-the-box.
Andre'
More information about the Qt-creator-old
mailing list