summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2021-03-03 16:23:53 +0100
committerAlexey Edelev <alexey.edelev@qt.io>2021-03-04 11:31:36 +0100
commit6e5e8016dd3f0d2bc31ac692843c653cb1872fc9 (patch)
tree127ff7d3e8ab2e28ccba54f3ca22fd8449bf47bf /.gitignore
parent4b9173e3540bd5a80b98be2f41832ae877c2cd1d (diff)
Fix build of Core module without regularexpression feature
qregularexpression.h requires FEATURE_regularexpression to be enabled. Add a condition to the 'qt_pch.h' header to fix the build when PCH are enabled and FEATURE_regularexpression is disabled. It seems that the filter implementation of QSortFilterProxyModel has QRegularExpression as its base. It's necessary to make sortfilterproxymodel dependent on the regularexpression feature. Fix the precompiler condition for the extractSections function in the QString implementation. Use the same precompiler condition for the QString::section and extractSections functions, since QString::section depends on extractSections. Change-Id: I5b775e0842a0aa1a8d47f8dded376bdfcf63b5bf Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions