On Tue, Sep 22, 2009 at 05:05:28AM +0200, Shaun van Wyngaard wrote: > The & is part of the computer name/user set up originally on the > computer. He tried to change it, but was unsuccessful. But he doesn't > have issues with other installed programs with this "&" in the path > name. Besides, if he changes it, then programs installed for the user > Jamie&Mandy only, won't work anymore for the new user JamieMandy. It > os only Qt Creator having an issue, and so does this not point to a > bug in Qt Creator?
Qt Creator uses a lot of other tools under the hood, and a lot of tools, especially command-line driven ones do have problems with 'unusual' characters in path or file names. So the breakage you experience is (a) expected and (b) not necessarily Qt Creator's fault. Try to put at least your projects into a 'safe' location. Andre' _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
