summaryrefslogtreecommitdiffstats
path: root/src/corelib/configure.json
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-11-18 09:50:22 +0100
committerLars Knoll <lars.knoll@qt.io>2016-11-23 10:30:45 +0000
commit7e9aca683abf1360e3d20dfebdd937b2594c94b2 (patch)
tree76232fd1ee2fd2babca88ff8d7c4c47ac28e41fa /src/corelib/configure.json
parent9204b8c31ea1b5f0c05870c5b5d74c33b1a4f622 (diff)
De-duplicate the systemsemaphore entry
Change-Id: Id015cfe60956d899bbb58597b88204738578b7fe Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'src/corelib/configure.json')
-rw-r--r--src/corelib/configure.json6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/corelib/configure.json b/src/corelib/configure.json
index e7eb5fe482..76b6612a5d 100644
--- a/src/corelib/configure.json
+++ b/src/corelib/configure.json
@@ -372,11 +372,6 @@
"condition": "tests.syslog",
"output": [ "privateConfig" ]
},
- "systemsemaphore": {
- "label": "Enable QSystemSemaphore",
- "condition": "config.android || config.win32 || tests.ipc_sysv || tests.ipc_posix",
- "output": [ { "type": "define", "negative": true, "name": "QT_NO_SYSTEMSEMAPHORE" } ]
- },
"threadsafe-cloexec": {
"label": "Threadsafe pipe creation",
"condition": "tests.cloexec",
@@ -407,6 +402,7 @@
"label": "QSystemSemaphore",
"purpose": "Provides a general counting system semaphore.",
"section": "Kernel",
+ "condition": "config.android || config.win32 || tests.ipc_sysv || tests.ipc_posix",
"output": [ "publicFeature", "feature" ]
},
"xmlstream": {