On Thursday 16 September 2010 23:10:01 Matthias Pospiech wrote: > I would like to share my experience in a workshop I have given lately. > It was about c++ and a basic introduction of classes. It had nothing to > do with Qt, though > I used it in one example for plotting a function, and I created all > example projects with QtCreator. > > No student taking the course (3 hours in one day) had any C++ > environment installed, so I gave the latest windows sdk and the > QtCreator 2.0.1 > installation around. Unfortunately neither of the programs put any path > into the PATH (why ?) . That meant that we had to add a Qt environment > in Creator. Aport from being very confusing for all students none of > them understood which path to add. I had displayed my path on the > projector, but nevertheless most of the got it wrong.
Why don't you install Qt SDK instead of Windows SDK+Qt Creator? It has everything you need: compiler, debugger and creator and it's working out of the box. I'm using it when doing a formation and didn't have any big issue so far. Cheers, Nicolas -- Nicolas Arnaud-Cormos | [email protected] | Software Engineer Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322) KDAB - Qt Experts - Platform-independent software solutions _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
