2ed9a52ebf
We have to enable qt_safe_ftok with either sharedmemory or systemsemaphore. In order to make the resulting QT_CONFIG work with the bootstrap library we switch the features off for bootstrapping. Some tests and examples have to be excluded when sharedmemory is not available. Change-Id: I3fc3926d160202b378be2293fba40201a4bf50c5 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
7 lines
177 B
Prolog
7 lines
177 B
Prolog
requires(qtHaveModule(widgets))
|
|
|
|
TEMPLATE = subdirs
|
|
|
|
qtConfig(sharedmemory): SUBDIRS = sharedmemory
|
|
qtHaveModule(network): SUBDIRS += localfortuneserver localfortuneclient
|