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
parent
b9c8c57e3f
commit
09a21c73a0
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue