summaryrefslogtreecommitdiffstats
path: root/src/corelib/configure.json
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2021-03-03 16:23:53 +0100
committerQt CI Bot <qt_ci_bot@qt-project.org>2021-03-04 13:32:07 +0000
commit3875575ab622d8fa41cfcf3c1f7f08dfc9e755f4 (patch)
tree833f13f8aba724b80a110067e370a9e5b6a742a7 /src/corelib/configure.json
parent94d5c1bfe080380341fa6f7fe90c055225dfbd92 (diff)
parent6e5e8016dd3f0d2bc31ac692843c653cb1872fc9 (diff)
Merge "Fix build of Core module without regularexpression feature"
Diffstat (limited to 'src/corelib/configure.json')
-rw-r--r--src/corelib/configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/configure.json b/src/corelib/configure.json
index 0cefa63ae5..637e603c97 100644
--- a/src/corelib/configure.json
+++ b/src/corelib/configure.json
@@ -838,7 +838,7 @@
"label": "QSortFilterProxyModel",
"purpose": "Supports sorting and filtering of data passed between another model and a view.",
"section": "ItemViews",
- "condition": "features.proxymodel",
+ "condition": "features.proxymodel && features.regularexpression",
"output": [ "publicFeature", "feature" ]
},
"identityproxymodel": {