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
Pick-to: 6.8
Change-Id: Ibd95d375bb89d32e1ff8b9c2488c6e05910b0b92
Reviewed-by: Mårten Nordheim <[email protected]>
Reviewed-by: Thiago Macieira <[email protected]>
  • Loading branch information
Michał Łoś committed Sep 19, 2024
1 parent f4e2c98 commit acb97f0
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 acb97f0

Please sign in to comment.