Sections

Assistant doesn't make use of WebKit. How can I change that?

Answer:

In Qt 4.4.0 there is no specific configure flag to enable WebKit in Assistant.  Instead, you have to manually edit the Assistant's project file and rebuild Assistant.

1. open QTDIR/tools/assistant/tools/assistant/assistant.pro
2. go to line 9 and uncomment the following lines:
#contains(QT_CONFIG, webkit) {
#    DEFINES += USE_WEBKIT
#    QT += webkit
#}
3. run qmake and make in QTDIR/tools/assistant/tools/assistant


back

Patron of KDECustomers

Customers