From 8ec7b80b908737c0d396d54fa26e01709fa88599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Koz=C5=82owski?= Date: Wed, 24 Jan 2024 08:26:26 +0100 Subject: [PATCH] Add required network libs for VxWorks It is needed for proper inet socket address working on this platform. Task-number: QTBUG-115777 Change-Id: Icde7ff7baf257762339f5f72a783c92f6b297a46 Reviewed-by: Thiago Macieira (cherry picked from commit 09a21c73a03dd9a9604e5e8dc69a7f631b8197a4) Reviewed-by: Qt Cherry-pick Bot --- tests/auto/network/kernel/qhostaddress/tst_qhostaddress.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/network/kernel/qhostaddress/tst_qhostaddress.cpp b/tests/auto/network/kernel/qhostaddress/tst_qhostaddress.cpp index 1135420c47b..4ff280a42fe 100644 --- a/tests/auto/network/kernel/qhostaddress/tst_qhostaddress.cpp +++ b/tests/auto/network/kernel/qhostaddress/tst_qhostaddress.cpp @@ -15,7 +15,7 @@ # include #endif -#if defined(Q_OS_ANDROID) || defined(Q_OS_WASM) +#if defined(Q_OS_ANDROID) || defined(Q_OS_WASM) || defined(Q_OS_VXWORKS) # include #endif