Disable dbus on VxWorks
dbus is not supported on VxWorks Task-number: QTBUG-115777 Change-Id: Ia594ddca819ade2d5004dde3da59717e4735b823 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
062718a7d3
commit
2da43b563e
@ -942,7 +942,7 @@ qt_feature("concurrent" PUBLIC
|
|||||||
qt_feature_definition("concurrent" "QT_NO_CONCURRENT" NEGATE VALUE "1")
|
qt_feature_definition("concurrent" "QT_NO_CONCURRENT" NEGATE VALUE "1")
|
||||||
qt_feature("dbus" PUBLIC PRIVATE
|
qt_feature("dbus" PUBLIC PRIVATE
|
||||||
LABEL "Qt D-Bus"
|
LABEL "Qt D-Bus"
|
||||||
AUTODETECT NOT UIKIT AND NOT ANDROID
|
AUTODETECT NOT UIKIT AND NOT ANDROID AND NOT VXWORKS
|
||||||
CONDITION QT_FEATURE_thread AND NOT WASM
|
CONDITION QT_FEATURE_thread AND NOT WASM
|
||||||
)
|
)
|
||||||
qt_feature_definition("dbus" "QT_NO_DBUS" NEGATE VALUE "1")
|
qt_feature_definition("dbus" "QT_NO_DBUS" NEGATE VALUE "1")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user