[Interest] Getting V8

Mark Constable markc at renta.net
Tue Feb 21 14:31:51 CET 2012


On 02/21/12 18:45, aurindam.jana at 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



More information about the Interest mailing list