2010-05-19 56 views
0

我試圖建立的Qt的縮小版,我用下面的配置選項:問題建設精簡版4.6.2

./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 

執行令後,我終於碰到下面的錯誤:

make[3]: Entering directory `/opt/qtsdk-2010.02/qt/tools/assistant/tools' 
cd assistant/ && make -f Makefile 
make[4]: Entering directory `/opt/qtsdk-2010.02/qt/tools/assistant/tools/assistant' 
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 
In file included from helpviewer.cpp:42: 
helpviewer.h:51:20: error: QWebView: No such file or directory 

任何關於這裏有什麼問題的指針?

回答

3

它正在嘗試構建助手(這是您查看Qt文檔的工具)工具,助手需要webkit。如果您在分發應用程序時不需要助理,只需將其從排版中排除即可