diff options
author | Jarek Kobus <[email protected]> | 2019-10-16 13:28:28 +0200 |
---|---|---|
committer | Jarek Kobus <[email protected]> | 2020-04-02 11:22:03 +0000 |
commit | 9ca7326d90f5a901604cab954c10745fa427e86a (patch) | |
tree | 63cbe5c0c87f7b5381bdf827cb2085fd4f6859b1 /src/plugins/help/help.pro | |
parent | bf6ecbb042f5a45b89ce227a827dc3e127e5ff35 (diff) |
Integrate new filter engine
Adapt the code to deprecated usage of map as a multi map,
hence all cases replaced by QMultiMap.
Change-Id: I2d480467cd6e91d3e880555e6a21058dec056b3f
Reviewed-by: Karsten Heimrich <[email protected]>
Diffstat (limited to 'src/plugins/help/help.pro')
-rw-r--r-- | src/plugins/help/help.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/help/help.pro b/src/plugins/help/help.pro index 7b58578ef1c..1299eb63849 100644 --- a/src/plugins/help/help.pro +++ b/src/plugins/help/help.pro @@ -4,6 +4,10 @@ INCLUDEPATH += $$PWD include(../../qtcreatorplugin.pri) +minQtVersion(5, 15, 0) { +DEFINES += HELP_NEW_FILTER_ENGINE +} + DEFINES += \ QT_CLUCENE_SUPPORT \ HELP_LIBRARY |