On Mon June 14 2010 12:16:32 Victor Sardina wrote: > Fellows: > > When attempting to run qmake I get the following warning: > > qmake ../qt-creator/qtcreator.pro > > WARNING: /qt-creator/qtcreator.pro:2: Unescaped backslashes are deprecated. > WARNING: qt_webkit_version.pri:2: Unable to find file for inclusion > /usr/local/Trolltech/Qt-4.8.0/src/3rdparty/webkit/WebKit/qt/qt_webkit_versi > on.pri > > I just installed Qt from its master branch today after pulling all the > latest changes, so I cannot understand the warning (I did add "-webkit" > to the configure command when configuring Qt). > > Regards, > Victor
Hi! I had the same problem. Copy qt_webkit_version.pri from source directory to the installation directory (with folder hierarchy). ----|- Gena. _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
