PDA

View Full Version : Project file to compile c++ file



hojoff79
9th March 2011, 18:06
I like the IDE with QT Creator, but I'm looking for a way to compile regular c++ source files QT Creator. Is there a project file that I can write that will make it to compile a regular c++ code like it was regular c++ compiler (similar to Dev C++)?

Thank you in advance.

squidge
9th March 2011, 18:43
Qt Creator is just a fancy text editor which compiles your code using a standard C++ compiler.

Qt code isn't magic, it's standard C++.