[Qt-creator] First mobile C++ IDE ever made (?)
Daniel Teske
daniel.teske at nokia.com
Mon Nov 17 12:22:19 CET 2008
> Well the topic of the current thread I'd like to express in such a
> question: 1. How to turn QtCreator/MinGW (about 1 Gb when unpacked) to a
> mobile C++ IDE that can be carried on a flash memory and run on any WinXP &
> Vista machine (I suppose that for *nix and Mac users it would be much
> easier) without admin privileges?
The problem is that a few paths are stored in the qt libraries at compile
time. You probaly can make it work by putting a qt.conf into QtCreator\qt\bin
folder. See http://doc.trolltech.com/4.4/qt-conf.html for details on that
file. Most things should then work.
daniel
More information about the Qt-creator-old
mailing list