On Thursday 12 November 2015 16:19:16 Mike Jackson wrote:
> We have built Qt 5.5.1 and we noticed in QtAssistant that none of the normal
> page style is there any more. We did omit WebKit since (a) it wouldn’t
> build successfully (b) we did not need it for our project. From poking
> around at the pre-built binaries of Qt it looks like QtAssistant uses
> QWebKit to for rendering. My guess is that it falls back to something
> simpler if QWebKit is unavailable. IF that is the case then I am not going
> to try to hunt down what the issue is.

You are correct. If QtWebKit isn't available, Qt Assistant falls back to 
QTextDocument, which is a lot more limited.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to