summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/kernel/qhostaddress/tst_qhostaddress.cpp
diff options
context:
space:
mode:
authorTomasz Kozłowski <tomasz.kozlowski@qt.io>2024-01-24 08:26:26 +0100
committerTomasz Kozłowski <tomasz.kozlowski@qt.io>2024-01-26 18:48:38 +0000
commit09a21c73a03dd9a9604e5e8dc69a7f631b8197a4 (patch)
tree440a96c879ad8d2ed812e086a0f1d9b3021e9f27 /tests/auto/network/kernel/qhostaddress/tst_qhostaddress.cpp
parentb9c8c57e3f8f2a07c22059d9c8e7210469198200 (diff)
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>
Diffstat (limited to 'tests/auto/network/kernel/qhostaddress/tst_qhostaddress.cpp')
-rw-r--r--tests/auto/network/kernel/qhostaddress/tst_qhostaddress.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/network/kernel/qhostaddress/tst_qhostaddress.cpp b/tests/auto/network/kernel/qhostaddress/tst_qhostaddress.cpp
index 1135420c47..4ff280a42f 100644
--- a/tests/auto/network/kernel/qhostaddress/tst_qhostaddress.cpp
+++ b/tests/auto/network/kernel/qhostaddress/tst_qhostaddress.cpp
@@ -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