summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/configure.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/corelib/configure.json b/src/corelib/configure.json
index d4a511781c..f84a13fa50 100644
--- a/src/corelib/configure.json
+++ b/src/corelib/configure.json
@@ -11,7 +11,7 @@
"icu": "boolean",
"inotify": "boolean",
"journald": "boolean",
- "pcre2": { "type": "enum", "values": [ "qt", "system" ] },
+ "pcre": { "type": "enum", "values": [ "qt", "system" ] },
"posix-ipc": { "type": "boolean", "name": "ipc_posix" },
"pps": { "type": "boolean", "name": "qqnx_pps" },
"slog2": "boolean",
@@ -309,8 +309,8 @@
},
"system-pcre2": {
"label": "Using system PCRE2",
- "disable": "input.pcre2 == 'qt'",
- "enable": "input.pcre2 == 'system'",
+ "disable": "input.pcre == 'qt'",
+ "enable": "input.pcre == 'system'",
"condition": "libs.pcre2",
"output": [
"privateFeature",