Results 1 to 2 of 2

Thread: Problem building stripped down version of Qt 4.6.2

  1. #1
    Join Date
    May 2006
    Posts
    23
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Problem building stripped down version of Qt 4.6.2

    Hi,

    I'm trying to build a smaller version of Qt, I used the following configuration options:

    Qt Code:
    1. ./configure -qt-sql-mysql -no-qt3support -no-audio-backend -no-phonon -no-phonon-backend -no-opengl -no-script -no-scripttools -no-javascript-jit -no-webkit -no-svg -no-multimedia -fast
    To copy to clipboard, switch view to plain text mode 

    After executing make, I eventually run into the following error:

    Qt Code:
    1. make[3]: Entering directory `/opt/qtsdk-2010.02/qt/tools/assistant/tools'
    2. cd assistant/ && make -f Makefile
    3. make[4]: Entering directory `/opt/qtsdk-2010.02/qt/tools/assistant/tools/assistant'
    4. g++ -c -pipe -g -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_SHARED -I../../../../mkspecs/linux-g++ -I. -I../../../../include/QtCore -I../../../../include/QtNetwork -I../../../../include/QtGui -I../../../../include/QtXml -I../../../../include/QtSql -I../../../../include -I../../../../include/QtHelp -I../../../shared/fontpanel -I.moc/release-shared -I.uic/release-shared -o .obj/release-shared/helpviewer.o helpviewer.cpp
    5. In file included from helpviewer.cpp:42:
    6. helpviewer.h:51:20: error: QWebView: No such file or directory
    To copy to clipboard, switch view to plain text mode 

    Any pointers on what is wrong here?

  2. #2
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: Problem building stripped down version of Qt 4.6.2

    Sice you are said, that Qt should be build without webkit, the assistant get's into trouble because it uses webkit. That's the error you get. Solutions: don't build the assistant or I remember there was a flag sometimes ago where you could decide if assistant should use webkit or not.

Similar Threads

  1. Don't configure under vs command prompt when building gcc (mingw) version of qt
    By piotr.dobrogost in forum Installation and Deployment
    Replies: 4
    Last Post: 1st February 2011, 20:28
  2. Problem with the Qt 2010.02 Version
    By marciobueno in forum Installation and Deployment
    Replies: 1
    Last Post: 2nd March 2010, 15:27
  3. Replies: 5
    Last Post: 5th October 2008, 05:12
  4. Building debug version under VS2008
    By KenW in forum Installation and Deployment
    Replies: 1
    Last Post: 2nd May 2008, 19:09
  5. Issues building 4.3.2 x11 shared version on Ubuntu 7.10
    By rickbsgu in forum Installation and Deployment
    Replies: 6
    Last Post: 11th December 2007, 01:44

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.