> 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?
You can use Creator to build a generic Makefile project, or you can
use a qmake project to build a C project by using files with a .c
extension and disabling Qt ("CONFIG -= qt" in the .pro file). It's not
what Creator is designed to do but since C is more-or-less a subset of
C++ you can probably get away with it.
/s/ Adam
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-creator