[Qt-creator] QtCreator for plain C project
Coda Highland
coda at bobandgeorge.com
Wed Mar 9 19:08:53 CET 2011
> 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
More information about the Qt-creator-old
mailing list