tst_qudpsocket: add helper exe to dependencies

Pick-to: 6.6 6.5
Change-Id: I2bea493c5273175746d502e62d1044eca20ece04
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
(cherry picked from commit 788ce268820ff8807aefa45293aa5f3ec299052f)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Mårten Nordheim 2024-02-28 16:20:57 +01:00 committed by Qt Cherry-pick Bot
parent 80a3175a28
commit a05aa394b9
2 changed files with 5 additions and 1 deletions

View File

@ -7,5 +7,5 @@ if(NOT QT_BUILD_STANDALONE_TESTS AND NOT QT_BUILDING_QT)
find_package(Qt6BuildInternals REQUIRED COMPONENTS STANDALONE_TEST)
endif()
add_subdirectory(test)
add_subdirectory(clientserver)
add_subdirectory(test)

View File

@ -14,3 +14,7 @@ qt_internal_add_test(tst_qudpsocket
Qt::TestPrivate
QT_TEST_SERVER_LIST "danted" "echo"
)
if(QT_FEATURE_process)
add_dependencies(tst_qudpsocket clientserver)
endif()