On 02/21/12 18:45, aurindam.j...@nokia.com wrote: > In Qt5 dir > git pull > git submodule init qtjsbackend > git submodule update qtjsbackend > > cd qtjsbackend qmake make
Thanks for confirming that. The mistake I was making was not having these shell variables set before trying the above... export QTDIR=$HOME/src/qt5/qtbase export PATH=$QTDIR/bin:$PATH export LD_LIBRARY_PATH=$QTDIR/lib export PKG_CONFIG_PATH=$QTDIR/lib/pkgconfig export QT_PLUGIN_PATH=$QTDIR/lib/plugins *after* qtbase had been installed to /usr/local/Qt-5.0.0 so that when qmake from the $QTDIR/bin path had been picked up then gcc would use these settings below and all is well... -I/usr/local/Qt-5.0.0/mkspecs/linux-g++-64 -I/usr/local/Qt-5.0.0/include _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest