Disable QLocalSocket on VxWorks
VxWorks doesn't support local sockets. Since VxWorks clients don't need support for that, turn it off. Task-number: QTBUG-115777 Change-Id: Ibd95d375bb89d32e1ff8b9c2488c6e05910b0b92 Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> (cherry picked from commit acb97f06c6615b3292db769ea59266f7dc378636) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
bbaeb6a357
commit
3bb2f0d33b
@ -308,7 +308,7 @@ qt_feature("localserver" PUBLIC
|
|||||||
SECTION "Networking"
|
SECTION "Networking"
|
||||||
LABEL "QLocalServer"
|
LABEL "QLocalServer"
|
||||||
PURPOSE "Provides a local socket based server."
|
PURPOSE "Provides a local socket based server."
|
||||||
CONDITION QT_FEATURE_temporaryfile
|
CONDITION QT_FEATURE_temporaryfile AND NOT VXWORKS
|
||||||
)
|
)
|
||||||
qt_feature_definition("localserver" "QT_NO_LOCALSERVER" NEGATE VALUE "1")
|
qt_feature_definition("localserver" "QT_NO_LOCALSERVER" NEGATE VALUE "1")
|
||||||
qt_feature("dnslookup" PUBLIC
|
qt_feature("dnslookup" PUBLIC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user