Skip to content

Commit

Permalink
Disable QLocalSocket on VxWorks
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Thiago Macieira <[email protected]>
(cherry picked from commit acb97f0)
Reviewed-by: Qt Cherry-pick Bot <[email protected]>
  • Loading branch information
Michał Łoś authored and Qt Cherry-pick Bot committed Sep 19, 2024
1 parent bbaeb6a commit 3bb2f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/configure.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ qt_feature("localserver" PUBLIC
SECTION "Networking"
LABEL "QLocalServer"
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("dnslookup" PUBLIC
Expand Down

0 comments on commit 3bb2f0d

Please sign in to comment.