Am Thursday 23 September 2010 schrieb Max Waterman: > I'm trying to get my university C++ course tutor to use QtCreator in his > lectures rather than something which actually looks pretty aweful. > > However, because he's not teaching Qt, he needs it to support plain > boring C++. > > What's the easiest way to do this? It's not entirely obvious from the > project options.
1) i use qt-creator in a school for the first programs -- this is for first time C/C++ users, i don't want to explain make, qmake or whatever to write a program which reads two numbers and prints the sum. i use the following "recipe": new project - console application - enter projektname - continue with no changes click on main.cpp to open delete the sample and add your own programm don't forget to check project / execution / run in terminal 2) vote for http://bugreports.qt.nokia.com/browse/QTCREATORBUG-241 hth August Hörandl -- August Hörandl [email protected] "Failure is not an option. It comes bundled with software." _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
