It's a bad idea to use filepaths with spaces or special characters, in any IDE. It will likely break cross-platform. If you're including such a path that you cannot change, add the directory path to the INCLUDEPATH variable of the pro file (assuming you're using qmake) with escapes for the spaces.
On Thu, Dec 3, 2009 at 9:51 AM, Robert de Vries <[email protected] > wrote: > Hi, > > I have another minor nuisance. When an include file comes from a path that > has spaces in it, the editor does not seem to be able to find it. > It is displayed with a green squiggly line below it. The code compiles > fine, but Qt Creator cannot handle it properly. > I am using Qt Creator 1.3.0 on Windows XP. > > Regards, > > Robert > > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.trolltech.com/mailman/listinfo/qt-creator > >
_______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
