Hi all,

I've been trying to set up a personal clone of qt5 to start contributing
as explained in wiki page.

http://developer.qt.nokia.com/wiki/Building_Qt_5_from_Git

I'm in gerrit, I've been successful to get the source initialized the
repositories, configured & started to build as explained. Everithing
gone fine.

But I'm stuck building qtwebkit. It's a very simple error, as you can
see in the log, JSInspectorFrontendHostCustom.cpp includes QAction &
QMenu  and both headers must be found in 
..../qt5/qtbase/include/QtWidgets, but the include line does not appear
anywhere at compile time.

Anyway, .../qt5/qtbase/include/QtGui is there ( QT += gui must be set
somewhere ), so something is wrong, but I cannot find what.

Perhaps nobody tried to work "as is" and I must pull latest version of
webkit submodule ?

        Jordi.

jpujol@POR-2082:~/workspace/qt5$ make
cd qtbase/ && make -f Makefile 
make[1]: Entering directory `/home/jpujol/workspace/qt5/qtbase'
cd src/tools/bootstrap/ && make -f Makefile 
make[2]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/tools/bootstrap'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/tools/bootstrap'
cd src/tools/moc/ && make -f Makefile 
make[2]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/tools/moc'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/tools/moc'
cd src/tools/rcc/ && make -f Makefile 
make[2]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/tools/rcc'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/tools/rcc'
cd src/tools/uic/ && make -f Makefile 
make[2]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/tools/uic'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/tools/uic'
cd src/tools/mkv8snapshot/ && make -f Makefile 
make[2]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/tools/mkv8snapshot'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/tools/mkv8snapshot'
cd src/corelib/ && make -f Makefile 
make[2]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/corelib'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/corelib'
cd src/network/ && make -f Makefile 
make[2]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/network'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/network'
cd src/sql/ && make -f Makefile 
make[2]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/sql'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/sql'
cd src/gui/ && make -f Makefile 
make[2]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/gui'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/gui'
cd src/xml/ && make -f Makefile 
make[2]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/xml'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/xml'
cd src/widgets/ && make -f Makefile 
make[2]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/widgets'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/widgets'
cd src/printsupport/ && make -f Makefile 
make[2]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/printsupport'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/printsupport'
cd src/testlib/ && make -f Makefile 
make[2]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/testlib'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/testlib'
cd src/platformsupport/ && make -f Makefile 
make[2]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/platformsupport'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/platformsupport'
cd src/v8/ && make -f Makefile 
make[2]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/v8'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/v8'
cd src/opengl/ && make -f Makefile 
make[2]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/opengl'
make[2]: Nothing to be done for `first'.
make[2]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/opengl'
cd src/plugins/ && make -f Makefile 
make[2]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/plugins'
cd sqldrivers/ && make -f Makefile 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/sqldrivers'
cd mysql/ && make -f Makefile 
make[4]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/sqldrivers/mysql'
make[4]: Nothing to be done for `first'.
make[4]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/sqldrivers/mysql'
cd odbc/ && make -f Makefile 
make[4]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/sqldrivers/odbc'
make[4]: Nothing to be done for `first'.
make[4]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/sqldrivers/odbc'
cd tds/ && make -f Makefile 
make[4]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/sqldrivers/tds'
make[4]: Nothing to be done for `first'.
make[4]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/sqldrivers/tds'
cd sqlite/ && make -f Makefile 
make[4]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/sqldrivers/sqlite'
make[4]: Nothing to be done for `first'.
make[4]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/sqldrivers/sqlite'
cd sqlite2/ && make -f Makefile 
make[4]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/sqldrivers/sqlite2'
make[4]: Nothing to be done for `first'.
make[4]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/sqldrivers/sqlite2'
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/sqldrivers'
cd bearer/ && make -f Makefile 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/bearer'
cd generic/ && make -f Makefile 
make[4]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/bearer/generic'
make[4]: Nothing to be done for `first'.
make[4]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/bearer/generic'
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/bearer'
cd imageformats/ && make -f Makefile 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/imageformats'
cd jpeg/ && make -f Makefile 
make[4]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/imageformats/jpeg'
make[4]: Nothing to be done for `first'.
make[4]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/imageformats/jpeg'
cd gif/ && make -f Makefile 
make[4]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/imageformats/gif'
make[4]: Nothing to be done for `first'.
make[4]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/imageformats/gif'
cd mng/ && make -f Makefile 
make[4]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/imageformats/mng'
make[4]: Nothing to be done for `first'.
make[4]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/imageformats/mng'
cd tiff/ && make -f Makefile 
make[4]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/imageformats/tiff'
make[4]: Nothing to be done for `first'.
make[4]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/imageformats/tiff'
cd ico/ && make -f Makefile 
make[4]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/imageformats/ico'
make[4]: Nothing to be done for `first'.
make[4]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/imageformats/ico'
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/imageformats'
cd accessible/ && make -f Makefile 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/accessible'
cd widgets/ && make -f Makefile 
make[4]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/accessible/widgets'
make[4]: Nothing to be done for `first'.
make[4]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/accessible/widgets'
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/accessible'
cd platforms/ && make -f Makefile 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/platforms'
cd minimal/ && make -f Makefile 
make[4]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/platforms/minimal'
make[4]: Nothing to be done for `first'.
make[4]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/platforms/minimal'
cd xcb/ && make -f Makefile 
make[4]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/platforms/xcb'
make[4]: Nothing to be done for `first'.
make[4]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/platforms/xcb'
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/platforms'
cd platforminputcontexts/ && make -f Makefile 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/platforminputcontexts'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/platforminputcontexts'
cd printsupport/ && make -f Makefile 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/printsupport'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/plugins/printsupport'
make[2]: Leaving directory `/home/jpujol/workspace/qt5/qtbase/src/plugins'
make[1]: Leaving directory `/home/jpujol/workspace/qt5/qtbase'
cd qtsvg/ && make -f Makefile 
make[1]: Entering directory `/home/jpujol/workspace/qt5/qtsvg'
cd src/ && make -f Makefile 
make[2]: Entering directory `/home/jpujol/workspace/qt5/qtsvg/src'
cd svg/ && make -f Makefile 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtsvg/src/svg'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtsvg/src/svg'
cd plugins/ && make -f Makefile 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtsvg/src/plugins'
cd iconengines/ && make -f Makefile 
make[4]: Entering directory `/home/jpujol/workspace/qt5/qtsvg/src/plugins/iconengines'
cd svgiconengine/ && make -f Makefile 
make[5]: Entering directory `/home/jpujol/workspace/qt5/qtsvg/src/plugins/iconengines/svgiconengine'
make[5]: Nothing to be done for `first'.
make[5]: Leaving directory `/home/jpujol/workspace/qt5/qtsvg/src/plugins/iconengines/svgiconengine'
make[4]: Leaving directory `/home/jpujol/workspace/qt5/qtsvg/src/plugins/iconengines'
cd imageformats/ && make -f Makefile 
make[4]: Entering directory `/home/jpujol/workspace/qt5/qtsvg/src/plugins/imageformats'
cd svg/ && make -f Makefile 
make[5]: Entering directory `/home/jpujol/workspace/qt5/qtsvg/src/plugins/imageformats/svg'
make[5]: Nothing to be done for `first'.
make[5]: Leaving directory `/home/jpujol/workspace/qt5/qtsvg/src/plugins/imageformats/svg'
make[4]: Leaving directory `/home/jpujol/workspace/qt5/qtsvg/src/plugins/imageformats'
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtsvg/src/plugins'
make[2]: Leaving directory `/home/jpujol/workspace/qt5/qtsvg/src'
make[1]: Leaving directory `/home/jpujol/workspace/qt5/qtsvg'
cd qtphonon/ && make -f Makefile 
make[1]: Entering directory `/home/jpujol/workspace/qt5/qtphonon'
cd src/ && make -f Makefile 
make[2]: Entering directory `/home/jpujol/workspace/qt5/qtphonon/src'
cd phonon/ && make -f Makefile 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtphonon/src/phonon'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtphonon/src/phonon'
cd plugins/ && make -f Makefile 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtphonon/src/plugins'
cd phonon/ && make -f Makefile 
make[4]: Entering directory `/home/jpujol/workspace/qt5/qtphonon/src/plugins/phonon'
cd gstreamer/ && make -f Makefile 
make[5]: Entering directory `/home/jpujol/workspace/qt5/qtphonon/src/plugins/phonon/gstreamer'
make[5]: Nothing to be done for `first'.
make[5]: Leaving directory `/home/jpujol/workspace/qt5/qtphonon/src/plugins/phonon/gstreamer'
make[4]: Leaving directory `/home/jpujol/workspace/qt5/qtphonon/src/plugins/phonon'
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtphonon/src/plugins'
make[2]: Leaving directory `/home/jpujol/workspace/qt5/qtphonon/src'
make[1]: Leaving directory `/home/jpujol/workspace/qt5/qtphonon'
cd qtxmlpatterns/ && make -f Makefile 
make[1]: Entering directory `/home/jpujol/workspace/qt5/qtxmlpatterns'
cd src/ && make -f Makefile 
make[2]: Entering directory `/home/jpujol/workspace/qt5/qtxmlpatterns/src'
cd xmlpatterns/ && make -f Makefile 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtxmlpatterns/src/xmlpatterns'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtxmlpatterns/src/xmlpatterns'
make[2]: Leaving directory `/home/jpujol/workspace/qt5/qtxmlpatterns/src'
cd tools/ && make -f Makefile 
make[2]: Entering directory `/home/jpujol/workspace/qt5/qtxmlpatterns/tools'
cd xmlpatterns/ && make -f Makefile 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtxmlpatterns/tools/xmlpatterns'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtxmlpatterns/tools/xmlpatterns'
cd xmlpatternsvalidator/ && make -f Makefile 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtxmlpatterns/tools/xmlpatternsvalidator'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtxmlpatterns/tools/xmlpatternsvalidator'
make[2]: Leaving directory `/home/jpujol/workspace/qt5/qtxmlpatterns/tools'
cd examples/xmlpatterns/ && make -f Makefile 
make[2]: Entering directory `/home/jpujol/workspace/qt5/qtxmlpatterns/examples/xmlpatterns'
cd filetree/ && make -f Makefile 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtxmlpatterns/examples/xmlpatterns/filetree'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtxmlpatterns/examples/xmlpatterns/filetree'
cd xquery/ && make -f Makefile 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtxmlpatterns/examples/xmlpatterns/xquery'
cd globalVariables/ && make -f Makefile 
make[4]: Entering directory `/home/jpujol/workspace/qt5/qtxmlpatterns/examples/xmlpatterns/xquery/globalVariables'
make[4]: Nothing to be done for `first'.
make[4]: Leaving directory `/home/jpujol/workspace/qt5/qtxmlpatterns/examples/xmlpatterns/xquery/globalVariables'
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtxmlpatterns/examples/xmlpatterns/xquery'
cd trafficinfo/ && make -f Makefile 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtxmlpatterns/examples/xmlpatterns/trafficinfo'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtxmlpatterns/examples/xmlpatterns/trafficinfo'
cd schema/ && make -f Makefile 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtxmlpatterns/examples/xmlpatterns/schema'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtxmlpatterns/examples/xmlpatterns/schema'
cd recipes/ && make -f Makefile 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtxmlpatterns/examples/xmlpatterns/recipes'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtxmlpatterns/examples/xmlpatterns/recipes'
make[2]: Leaving directory `/home/jpujol/workspace/qt5/qtxmlpatterns/examples/xmlpatterns'
make[1]: Leaving directory `/home/jpujol/workspace/qt5/qtxmlpatterns'
cd qtscript/ && make -f Makefile 
make[1]: Entering directory `/home/jpujol/workspace/qt5/qtscript'
cd src/ && make -f Makefile 
make[2]: Entering directory `/home/jpujol/workspace/qt5/qtscript/src'
cd script/ && make -f Makefile 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtscript/src/script'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtscript/src/script'
cd scripttools/ && make -f Makefile 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtscript/src/scripttools'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtscript/src/scripttools'
make[2]: Leaving directory `/home/jpujol/workspace/qt5/qtscript/src'
make[1]: Leaving directory `/home/jpujol/workspace/qt5/qtscript'
cd qtdeclarative/ && make -f Makefile 
make[1]: Entering directory `/home/jpujol/workspace/qt5/qtdeclarative'
cd src/ && make -f Makefile 
make[2]: Entering directory `/home/jpujol/workspace/qt5/qtdeclarative/src'
cd declarative/ && make -f Makefile 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtdeclarative/src/declarative'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtdeclarative/src/declarative'
cd quick/ && make -f Makefile 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtdeclarative/src/quick'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtdeclarative/src/quick'
cd qtquick1/ && make -f Makefile 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtdeclarative/src/qtquick1'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtdeclarative/src/qtquick1'
cd plugins/ && make -f Makefile 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtdeclarative/src/plugins'
cd qmltooling/ && make -f Makefile 
make[4]: Entering directory `/home/jpujol/workspace/qt5/qtdeclarative/src/plugins/qmltooling'
cd qmldbg_tcp/ && make -f Makefile 
make[5]: Entering directory `/home/jpujol/workspace/qt5/qtdeclarative/src/plugins/qmltooling/qmldbg_tcp'
make[5]: Nothing to be done for `first'.
make[5]: Leaving directory `/home/jpujol/workspace/qt5/qtdeclarative/src/plugins/qmltooling/qmldbg_tcp'
cd qmldbg_qtquick2/ && make -f Makefile 
make[5]: Entering directory `/home/jpujol/workspace/qt5/qtdeclarative/src/plugins/qmltooling/qmldbg_qtquick2'
make[5]: Nothing to be done for `first'.
make[5]: Leaving directory `/home/jpujol/workspace/qt5/qtdeclarative/src/plugins/qmltooling/qmldbg_qtquick2'
cd qmldbg_qtquick1/ && make -f Makefile 
make[5]: Entering directory `/home/jpujol/workspace/qt5/qtdeclarative/src/plugins/qmltooling/qmldbg_qtquick1'
make[5]: Nothing to be done for `first'.
make[5]: Leaving directory `/home/jpujol/workspace/qt5/qtdeclarative/src/plugins/qmltooling/qmldbg_qtquick1'
make[4]: Leaving directory `/home/jpujol/workspace/qt5/qtdeclarative/src/plugins/qmltooling'
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtdeclarative/src/plugins'
cd qmltest/ && make -f Makefile 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtdeclarative/src/qmltest'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtdeclarative/src/qmltest'
cd imports/ && make -f Makefile 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtdeclarative/src/imports'
cd qtquick2/ && make -f Makefile 
make[4]: Entering directory `/home/jpujol/workspace/qt5/qtdeclarative/src/imports/qtquick2'
make[4]: Nothing to be done for `first'.
make[4]: Leaving directory `/home/jpujol/workspace/qt5/qtdeclarative/src/imports/qtquick2'
cd qtquick1/ && make -f Makefile 
make[4]: Entering directory `/home/jpujol/workspace/qt5/qtdeclarative/src/imports/qtquick1'
make[4]: Nothing to be done for `first'.
make[4]: Leaving directory `/home/jpujol/workspace/qt5/qtdeclarative/src/imports/qtquick1'
cd qt47/ && make -f Makefile 
make[4]: Entering directory `/home/jpujol/workspace/qt5/qtdeclarative/src/imports/qt47'
make[4]: Nothing to be done for `first'.
make[4]: Leaving directory `/home/jpujol/workspace/qt5/qtdeclarative/src/imports/qt47'
cd folderlistmodel/ && make -f Makefile 
make[4]: Entering directory `/home/jpujol/workspace/qt5/qtdeclarative/src/imports/folderlistmodel'
make[4]: Nothing to be done for `first'.
make[4]: Leaving directory `/home/jpujol/workspace/qt5/qtdeclarative/src/imports/folderlistmodel'
cd particles/ && make -f Makefile 
make[4]: Entering directory `/home/jpujol/workspace/qt5/qtdeclarative/src/imports/particles'
make[4]: Nothing to be done for `first'.
make[4]: Leaving directory `/home/jpujol/workspace/qt5/qtdeclarative/src/imports/particles'
cd gestures/ && make -f Makefile 
make[4]: Entering directory `/home/jpujol/workspace/qt5/qtdeclarative/src/imports/gestures'
make[4]: Nothing to be done for `first'.
make[4]: Leaving directory `/home/jpujol/workspace/qt5/qtdeclarative/src/imports/gestures'
cd etcprovider/ && make -f Makefile 
make[4]: Entering directory `/home/jpujol/workspace/qt5/qtdeclarative/src/imports/etcprovider'
make[4]: Nothing to be done for `first'.
make[4]: Leaving directory `/home/jpujol/workspace/qt5/qtdeclarative/src/imports/etcprovider'
cd testlib/ && make -f Makefile 
make[4]: Entering directory `/home/jpujol/workspace/qt5/qtdeclarative/src/imports/testlib'
make[4]: Nothing to be done for `first'.
make[4]: Leaving directory `/home/jpujol/workspace/qt5/qtdeclarative/src/imports/testlib'
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtdeclarative/src/imports'
cd qmldevtools/ && make -f Makefile 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtdeclarative/src/qmldevtools'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtdeclarative/src/qmldevtools'
make[2]: Leaving directory `/home/jpujol/workspace/qt5/qtdeclarative/src'
cd tools/ && make -f Makefile 
make[2]: Entering directory `/home/jpujol/workspace/qt5/qtdeclarative/tools'
cd qmlviewer/ && make -f Makefile 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtdeclarative/tools/qmlviewer'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtdeclarative/tools/qmlviewer'
cd qmlscene/ && make -f Makefile 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtdeclarative/tools/qmlscene'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtdeclarative/tools/qmlscene'
cd qmlplugindump/ && make -f Makefile 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtdeclarative/tools/qmlplugindump'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtdeclarative/tools/qmlplugindump'
cd qmlmin/ && make -f Makefile 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtdeclarative/tools/qmlmin'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtdeclarative/tools/qmlmin'
cd qmleasing/ && make -f Makefile 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtdeclarative/tools/qmleasing'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtdeclarative/tools/qmleasing'
cd qmltestrunner/ && make -f Makefile 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtdeclarative/tools/qmltestrunner'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtdeclarative/tools/qmltestrunner'
make[2]: Leaving directory `/home/jpujol/workspace/qt5/qtdeclarative/tools'
make[1]: Leaving directory `/home/jpujol/workspace/qt5/qtdeclarative'
make -f Makefile.qtwebkit 
make[1]: Entering directory `/home/jpujol/workspace/qt5'
test -d qtwebkit || mkdir qtwebkit &&cd qtwebkit && export "WEBKITOUTPUTDIR=/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild" && perl /home/jpujol/workspace/qt5/qtwebkit/Tools/Scripts/build-webkit --qt --qmake=/home/jpujol/workspace/qt5/qtbase/bin/qmake --install-libs=/home/jpujol/workspace/qt5/qtbase/lib --release --no-netscape-plugin
Generating derived sources

Calling '/home/jpujol/workspace/qt5/qtbase/bin/qmake -r DEFINES+=ENABLE_NETSCAPE_PLUGIN_API=0 INSTALL_LIBS=/home/jpujol/workspace/qt5/qtbase/lib OUTPUT_DIR=/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release -r /home/jpujol/workspace/qt5/qtwebkit/Source/DerivedSources.pro -o Makefile.DerivedSources' in /home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release

Project MESSAGE: /home/jpujol/workspace/qt5/qtbase/bin/syncqt -module-fwd /home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/module-paths/modules -cache-module-fwd -generator UNIX -outdir /home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release /home/jpujol/workspace/qt5/qtwebkit/Source
<srcbase> = /home/jpujol/workspace/qt5/qtwebkit/Source 
<outbase> = /home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release 
QtWebKit: created version header <srcbase>/WebCore/qtwebkitversion.h
Reading /home/jpujol/workspace/qt5/qtwebkit/Source/JavaScriptCore/DerivedSources.pro [/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/JavaScriptCore]
Reading /home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/DerivedSources.pro [/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/WebCore]
Reading /home/jpujol/workspace/qt5/qtwebkit/Source/WebKit/qt/Api/DerivedSources.pro [/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/WebKit/qt/Api]
WARNING: /home/jpujol/workspace/qt5/qtwebkit/Source/WebKit/qt/Api/DerivedSources.pro:60: Unmatched parentheses are deprecated.
WARNING: /home/jpujol/workspace/qt5/qtwebkit/Source/WebKit/qt/Api/DerivedSources.pro:60: Unmatched parentheses are deprecated.
WARNING: /home/jpujol/workspace/qt5/qtwebkit/Source/WebKit/qt/Api/DerivedSources.pro:60: Unmatched parentheses are deprecated.
WARNING: /home/jpujol/workspace/qt5/qtwebkit/Source/WebKit/qt/Api/DerivedSources.pro:60: Unmatched parentheses are deprecated.
WARNING: /home/jpujol/workspace/qt5/qtwebkit/Source/WebKit/qt/Api/DerivedSources.pro:60: Unmatched parentheses are deprecated.
WARNING: /home/jpujol/workspace/qt5/qtwebkit/Source/WebKit/qt/Api/DerivedSources.pro:60: Unmatched parentheses are deprecated.
Calling 'make  -C JavaScriptCore -f Makefile.DerivedSources generated_files' in /home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/JavaScriptCore

make[2]: Entering directory `/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/JavaScriptCore'
make[2]: Nothing to be done for `generated_files'.
make[2]: Leaving directory `/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/JavaScriptCore'
Calling 'make  -C WebCore -f Makefile.DerivedSources generated_files' in /home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/WebCore

make[2]: Entering directory `/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/WebCore'
make[2]: Nothing to be done for `generated_files'.
make[2]: Leaving directory `/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/WebCore'
Calling 'make  -C WebKit/qt/Api -f Makefile.DerivedSources generated_files' in /home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/WebKit/qt/Api

make[2]: Entering directory `/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/WebKit/qt/Api'
make[2]: Nothing to be done for `generated_files'.
make[2]: Leaving directory `/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/WebKit/qt/Api'
Calling '/home/jpujol/workspace/qt5/qtbase/bin/qmake -r DEFINES+=ENABLE_NETSCAPE_PLUGIN_API=0 INSTALL_LIBS=/home/jpujol/workspace/qt5/qtbase/lib OUTPUT_DIR=/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release CONFIG+=release CONFIG-=debug /home/jpujol/workspace/qt5/qtwebkit/Source/WebKit.pro' in /home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release

Installation libraries directory: /home/jpujol/workspace/qt5/qtbase/lib
Project MESSAGE: /home/jpujol/workspace/qt5/qtbase/bin/syncqt -module-fwd /home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/module-paths/modules -cache-module-fwd -generator UNIX -outdir /home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release /home/jpujol/workspace/qt5/qtwebkit/Source
<srcbase> = /home/jpujol/workspace/qt5/qtwebkit/Source 
<outbase> = /home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release 
QtWebKit: created version header <srcbase>/WebCore/qtwebkitversion.h
Reading /home/jpujol/workspace/qt5/qtwebkit/Source/JavaScriptCore/JavaScriptCore.pro [/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/JavaScriptCore]
Reading /home/jpujol/workspace/qt5/qtwebkit/Source/JavaScriptCore/jsc.pro [/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/JavaScriptCore]
Reading /home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/WebCore.pro [/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/WebCore]
Reading /home/jpujol/workspace/qt5/qtwebkit/Source/WebKit/qt/QtWebKit.pro [/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/WebKit/qt]
Reading /home/jpujol/workspace/qt5/qtwebkit/Source/WebKit/qt/tests/tests.pro [/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/WebKit/qt/tests]
 Reading /home/jpujol/workspace/qt5/qtwebkit/Source/WebKit/qt/tests/qwebframe/qwebframe.pro [/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/WebKit/qt/tests/qwebframe]
 Reading /home/jpujol/workspace/qt5/qtwebkit/Source/WebKit/qt/tests/qwebpage/qwebpage.pro [/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/WebKit/qt/tests/qwebpage]
 Reading /home/jpujol/workspace/qt5/qtwebkit/Source/WebKit/qt/tests/qwebelement/qwebelement.pro [/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/WebKit/qt/tests/qwebelement]
 Reading /home/jpujol/workspace/qt5/qtwebkit/Source/WebKit/qt/tests/qgraphicswebview/qgraphicswebview.pro [/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/WebKit/qt/tests/qgraphicswebview]
 Reading /home/jpujol/workspace/qt5/qtwebkit/Source/WebKit/qt/tests/qwebhistoryinterface/qwebhistoryinterface.pro [/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/WebKit/qt/tests/qwebhistoryinterface]
 Reading /home/jpujol/workspace/qt5/qtwebkit/Source/WebKit/qt/tests/qwebview/qwebview.pro [/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/WebKit/qt/tests/qwebview]
 Reading /home/jpujol/workspace/qt5/qtwebkit/Source/WebKit/qt/tests/qwebhistory/qwebhistory.pro [/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/WebKit/qt/tests/qwebhistory]
 Reading /home/jpujol/workspace/qt5/qtwebkit/Source/WebKit/qt/tests/qwebinspector/qwebinspector.pro [/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/WebKit/qt/tests/qwebinspector]
 Reading /home/jpujol/workspace/qt5/qtwebkit/Source/WebKit/qt/tests/hybridPixmap/hybridPixmap.pro [/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/WebKit/qt/tests/hybridPixmap]
 Reading /home/jpujol/workspace/qt5/qtwebkit/Source/WebKit/qt/tests/benchmarks/painting/painting.pro [/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/WebKit/qt/tests/benchmarks/painting]
 Reading /home/jpujol/workspace/qt5/qtwebkit/Source/WebKit/qt/tests/benchmarks/loading/loading.pro [/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/WebKit/qt/tests/benchmarks/loading]
Calling '/home/jpujol/workspace/qt5/qtbase/bin/qmake -r DEFINES+=ENABLE_NETSCAPE_PLUGIN_API=0 INSTALL_LIBS=/home/jpujol/workspace/qt5/qtbase/lib OUTPUT_DIR=/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release CONFIG+=release CONFIG-=debug /home/jpujol/workspace/qt5/qtwebkit/Tools/Tools.pro -o Makefile.Tools' in /home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release

Reading /home/jpujol/workspace/qt5/qtwebkit/Tools/QtTestBrowser/QtTestBrowser.pro [/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/QtTestBrowser]
Reading /home/jpujol/workspace/qt5/qtwebkit/Tools/DumpRenderTree/qt/DumpRenderTree.pro [/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/DumpRenderTree/qt]
Reading /home/jpujol/workspace/qt5/qtwebkit/Tools/DumpRenderTree/qt/ImageDiff.pro [/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/DumpRenderTree/qt]
Reading /home/jpujol/workspace/qt5/qtwebkit/Tools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro [/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/DumpRenderTree/qt/TestNetscapePlugin]
Calling '/home/jpujol/workspace/qt5/qtbase/bin/qmake -r DEFINES+=ENABLE_NETSCAPE_PLUGIN_API=0 INSTALL_LIBS=/home/jpujol/workspace/qt5/qtbase/lib OUTPUT_DIR=/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release CONFIG+=release CONFIG-=debug /home/jpujol/workspace/qt5/qtwebkit/Source/WebKit/qt/examples/examples.pro' in /home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/WebKit/qt/examples

Reading /home/jpujol/workspace/qt5/qtwebkit/Source/WebKit/qt/examples/platformplugin/platformplugin.pro [/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/WebKit/qt/examples/platformplugin]
Calling 'make ' in /home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release

make[2]: Entering directory `/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release'
cd JavaScriptCore/ && /home/jpujol/workspace/qt5/qtbase/bin/qmake /home/jpujol/workspace/qt5/qtwebkit/Source/JavaScriptCore/JavaScriptCore.pro DEFINES+=ENABLE_NETSCAPE_PLUGIN_API=0 INSTALL_LIBS=/home/jpujol/workspace/qt5/qtbase/lib OUTPUT_DIR=/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release CONFIG+=release CONFIG-=debug -o Makefile
cd JavaScriptCore/ && make -f Makefile 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/JavaScriptCore'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/JavaScriptCore'
cd JavaScriptCore/ && make -f Makefile.jsc 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/JavaScriptCore'
make[3]: Nothing to be done for `first'.
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/JavaScriptCore'
cd WebCore/ && make -f Makefile 
make[3]: Entering directory `/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/WebCore'
g++ -c -m64 -pipe -Wall -Wextra -Wreturn-type -fno-strict-aliasing -Wcast-align -Wchar-subscripts -Wformat-security -Wreturn-type -Wno-unused-parameter -Wno-sign-compare -Wno-switch -Wno-switch-enum -Wundef -Wmissing-noreturn -Winit-self -Werror -ffunction-sections -fdata-sections -O2 -fPIC -D_REENTRANT -DENABLE_NETSCAPE_PLUGIN_API=0 -DNDEBUG -DBUILDING_QT__=1 -DNDEBUG -DENABLE_JAVASCRIPT_DEBUGGER=1 -DENABLE_DATABASE=1 -DENABLE_EVENTSOURCE=1 -DENABLE_OFFLINE_WEB_APPLICATIONS=1 -DENABLE_DOM_STORAGE=1 -DENABLE_ICONDATABASE=1 -DENABLE_CHANNEL_MESSAGING=1 -DENABLE_DIRECTORY_UPLOAD=0 -DENABLE_FILE_SYSTEM=0 -DENABLE_SQLITE=1 -DENABLE_DASHBOARD_SUPPORT=0 -DENABLE_FILTERS=1 -DENABLE_XPATH=1 -DENABLE_WCSS=0 -DENABLE_WML=0 -DENABLE_SHARED_WORKERS=1 -DENABLE_WORKERS=1 -DENABLE_XHTMLMP=0 -DENABLE_DATAGRID=0 -DENABLE_METER_TAG=1 -DENABLE_PROGRESS_TAG=1 -DENABLE_BLOB=1 -DENABLE_NOTIFICATIONS=1 -DENABLE_IMAGE_RESIZER=0 -DENABLE_INPUT_SPEECH=0 -DENABLE_INSPECTOR=1 -DENABLE_3D_RENDERING=1 -DENABLE_WEB_AUDIO=0 -DENABLE_WEBGL=0 -DENABLE_MEDIA_STATISTICS=0 -DENABLE_SVG=1 -DENABLE_SVG_FONTS=1 -DENABLE_SVG_FOREIGN_OBJECT=1 -DENABLE_SVG_ANIMATION=1 -DENABLE_SVG_AS_IMAGE=1 -DENABLE_SVG_USE=1 -DENABLE_DATALIST=1 -DENABLE_TILED_BACKING_STORE=1 -DENABLE_WEB_SOCKETS=1 -DENABLE_WEB_TIMING=1 -DENABLE_XSLT=0 -DENABLE_TOUCH_EVENTS=1 -DENABLE_VIDEO=0 -DSQLITE_CORE -DSQLITE_OMIT_LOAD_EXTENSION -DSQLITE_OMIT_COMPLETE -DBUILDING_JavaScriptCore -DBUILDING_WTF -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/home/jpujol/workspace/qt5/qtbase/mkspecs/linux-g++-64 -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore -I/home/jpujol/workspace/qt5/qtbase/include/QtCore -I/home/jpujol/workspace/qt5/qtbase/include/QtGui -I/home/jpujol/workspace/qt5/qtbase/include/QtNetwork -I/home/jpujol/workspace/qt5/qtbase/include -I/home/jpujol/workspace/qt5/qtwebkit/Source/JavaScriptCore -I/home/jpujol/workspace/qt5/qtwebkit/Source -I/home/jpujol/workspace/qt5/qtwebkit/Source/ThirdParty -I/home/jpujol/workspace/qt5/qtwebkit/Source/JavaScriptCore/assembler -I/home/jpujol/workspace/qt5/qtwebkit/Source/JavaScriptCore/bytecode -I/home/jpujol/workspace/qt5/qtwebkit/Source/JavaScriptCore/bytecompiler -I/home/jpujol/workspace/qt5/qtwebkit/Source/JavaScriptCore/collector/handles -I/home/jpujol/workspace/qt5/qtwebkit/Source/JavaScriptCore/debugger -I/home/jpujol/workspace/qt5/qtwebkit/Source/JavaScriptCore/interpreter -I/home/jpujol/workspace/qt5/qtwebkit/Source/JavaScriptCore/jit -I/home/jpujol/workspace/qt5/qtwebkit/Source/JavaScriptCore/parser -I/home/jpujol/workspace/qt5/qtwebkit/Source/JavaScriptCore/profiler -I/home/jpujol/workspace/qt5/qtwebkit/Source/JavaScriptCore/runtime -I/home/jpujol/workspace/qt5/qtwebkit/Source/JavaScriptCore/wtf -I/home/jpujol/workspace/qt5/qtwebkit/Source/JavaScriptCore/wtf/gobject -I/home/jpujol/workspace/qt5/qtwebkit/Source/JavaScriptCore/wtf/symbian -I/home/jpujol/workspace/qt5/qtwebkit/Source/JavaScriptCore/wtf/unicode -I/home/jpujol/workspace/qt5/qtwebkit/Source/JavaScriptCore/yarr -I/home/jpujol/workspace/qt5/qtwebkit/Source/JavaScriptCore/API -I/home/jpujol/workspace/qt5/qtwebkit/Source/JavaScriptCore/ForwardingHeaders -I../JavaScriptCore/generated -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/bridge/qt -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/page/qt -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/platform/graphics/qt -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/platform/network/qt -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/platform/qt -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebKit/qt/Api -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebKit/qt/WebCoreSupport -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/accessibility -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/bindings -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/bindings/generic -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/bridge -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/css -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/dom -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/dom/default -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/editing -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/fileapi -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/history -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/html -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/html/canvas -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/html/parser -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/html/shadow -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/inspector -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/loader -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/loader/appcache -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/loader/archive -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/loader/cache -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/loader/icon -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/mathml -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/notifications -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/page -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/page/animation -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/platform -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/platform/animation -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/platform/audio -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/platform/graphics -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/platform/graphics/filters -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/platform/graphics/transforms -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/platform/image-decoders -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/platform/mock -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/platform/network -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/platform/sql -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/platform/text -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/platform/text/transcoder -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/plugins -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/rendering -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/rendering/mathml -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/rendering/style -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/rendering/svg -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/storage -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/svg -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/svg/animation -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/svg/graphics -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/svg/graphics/filters -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/svg/properties -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/webaudio -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/websockets -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/wml -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/workers -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/xml -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/bridge/jsc -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/bindings/js -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/bindings/js/specialization -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/bridge/c -I../WebCore/generated -I../include/QtWebKit -I../include -I/home/jpujol/workspace/qt5/qtbase/src/3rdparty/sqlite -I/usr/X11R6/include -I. -I/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore -I. -o obj/release/JSInspectorFrontendHostCustom.o /home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/bindings/js/JSInspectorFrontendHostCustom.cpp
In file included from /home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/bindings/js/JSInspectorFrontendHostCustom.cpp:38:
/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/platform/ContextMenuItem.h:47:19: error: QAction: No such file or directory
In file included from /home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/inspector/InspectorFrontendHost.h:33,
                 from /home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/bindings/js/JSInspectorFrontendHostCustom.cpp:40:
/home/jpujol/workspace/qt5/qtwebkit/Source/WebCore/platform/ContextMenu.h:37:17: error: QMenu: No such file or directory
make[3]: *** [obj/release/JSInspectorFrontendHostCustom.o] Error 1
make[3]: Leaving directory `/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release/WebCore'
make[2]: *** [sub-WebCore-make_default-ordered] Error 2
make[2]: Leaving directory `/home/jpujol/workspace/qt5/qtwebkit/WebKitBuild/Release'
make[1]: *** [module-qtwebkit] Error 2
make[1]: Leaving directory `/home/jpujol/workspace/qt5'
make: *** [sub-qtwebkit-pri-make_default] Error 2

_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to