Add required network libs for VxWorks

It is needed for proper inet socket address working
on this platform.

Pick-to: 6.7
Task-number: QTBUG-115777
Change-Id: Icde7ff7baf257762339f5f72a783c92f6b297a46
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
Tomasz Kozłowski 2024-01-24 08:26:26 +01:00
parent b9c8c57e3f
commit 09a21c73a0
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
# include <qt_windows.h>
#endif
#if defined(Q_OS_ANDROID) || defined(Q_OS_WASM)
#if defined(Q_OS_ANDROID) || defined(Q_OS_WASM) || defined(Q_OS_VXWORKS)
# include <netinet/in.h>
#endif