summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.json b/configure.json
index 6246485164..164571b297 100644
--- a/configure.json
+++ b/configure.json
@@ -910,6 +910,11 @@
"type": "tdsCompile",
"test": "unix/tds"
},
+ "directwrite": {
+ "description": "DirectWrite",
+ "type": "compile",
+ "test": "win/directwrite"
+ },
"directwrite2": {
"description": "DirectWrite 2",
"type": "compile",
@@ -2128,8 +2133,8 @@
},
"directwrite": {
"description": "DirectWrite",
- "autoDetect": false,
"emitIf": "config.win32",
+ "condition": "tests.directwrite",
"output": [ "publicQtConfig" ]
},
"directwrite2": {