De-duplicate the systemsemaphore entry

Change-Id: Id015cfe60956d899bbb58597b88204738578b7fe
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
bb10
Lars Knoll 2016-11-18 09:50:22 +01:00
parent 9204b8c31e
commit 7e9aca683a
1 changed files with 1 additions and 5 deletions

View File

@ -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": {