aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangpchmanager/clangindexingprojectsettingswidget.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with namespaced QtChristian Kandeler2019-12-171-6/+4
| | | | | | Fixes: QTCREATORBUG-23368 Change-Id: I3887b08587becd46bc203bb0bc4069521247498f Reviewed-by: hjk <hjk@qt.io>
* ClangPchManager: Add reindex button in settingsMarco Bubke2019-06-131-1/+11
| | | | | | | After you have changed some settings you maybe want to reindex. Change-Id: I415f1597e6566fe45e5e25bccd359493921278c3 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* Enable macro editing for the Clang indexerMarco Bubke2019-06-131-0/+56
Refactor much of the code from Environment* classes to NameValue* classes to share it with the preprocessor macro settings. Change-Id: Ica4ee817aa338230c422b30d91240d266248d226 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>