forked from qt-creator/qt-creator
Help index filter optimizations
Move retrieval away from prepare search, and do some caching. Also split the keyword search into individual chunks per help database that are executed on the UI thread individually. Change-Id: I0b8fe4abfc3cba46620985752d3d90638e10512f Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
QT += help network printsupport
|
||||
QT += help network printsupport sql
|
||||
!isEmpty(QT.webkitwidgets.name): QT += webkitwidgets webkit
|
||||
else: DEFINES += QT_NO_WEBKIT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user