There is a Qt Creator only download runnig 70-90MB depending on platform.
http://qt-project.org/downloads
You are, presumably, going to compile this program somehow so you must have a C compiler and debugger you can point Qt Creator at to keep it happy (even if you never use it). If you don't what to use Qt then creating a project that depends on qmake will not work. The File menu allows you to create new source files completely independent of any project creation wizard.
Bookmarks