summaryrefslogtreecommitdiffstats
path: root/src/corelib/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/configure.json')
-rw-r--r--src/corelib/configure.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/corelib/configure.json b/src/corelib/configure.json
index 9b5d19d41b..a9025a2dd2 100644
--- a/src/corelib/configure.json
+++ b/src/corelib/configure.json
@@ -355,7 +355,7 @@
"std::future<int> f = std::async([]() { return 42; });",
"(void)f.get();"
],
- "qmake": "unix:LIBS += -lpthread"
+ "qmake": "unix:!vxworks:LIBS += -lpthread"
}
},
"cxx11_random": {
@@ -1045,6 +1045,7 @@
"label": "QTimeZone",
"purpose": "Provides support for time-zone handling.",
"section": "Utilities",
+ "condition": "!config.wasm",
"output": [ "publicFeature" ]
},
"datetimeparser": {