I love Qt Creator as an IDE and I want to start using it for all my C/C++ needs, even when they don't involve Qt. Is there a way to create a C project in Qt Creator? I know C++ is backwards compatible but I want to leave C++ out of this.
I love Qt Creator as an IDE and I want to start using it for all my C/C++ needs, even when they don't involve Qt. Is there a way to create a C project in Qt Creator? I know C++ is backwards compatible but I want to leave C++ out of this.
I don't see why not - try to use "Other project -> import existing project" option when creating new project, then select the folder with your C code.
Auto completion and searching should work as usual, build options can be customized as well, if you are using "regular" make it shouldn't be a problem too.
blooglet (8th October 2011)
There's also 'File->New File or Project->Other Project', 'Plain C Project' and 'Plain C++ Project' in recent builds of Qt Creator
Nice to someone like meI have been doing that for some time now (I changed from eclipse)
Bookmarks