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:
parent
80a3175a28
commit
a05aa394b9
@ -7,5 +7,5 @@ if(NOT QT_BUILD_STANDALONE_TESTS AND NOT QT_BUILDING_QT)
|
|||||||
find_package(Qt6BuildInternals REQUIRED COMPONENTS STANDALONE_TEST)
|
find_package(Qt6BuildInternals REQUIRED COMPONENTS STANDALONE_TEST)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_subdirectory(test)
|
|
||||||
add_subdirectory(clientserver)
|
add_subdirectory(clientserver)
|
||||||
|
add_subdirectory(test)
|
||||||
|
@ -14,3 +14,7 @@ qt_internal_add_test(tst_qudpsocket
|
|||||||
Qt::TestPrivate
|
Qt::TestPrivate
|
||||||
QT_TEST_SERVER_LIST "danted" "echo"
|
QT_TEST_SERVER_LIST "danted" "echo"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if(QT_FEATURE_process)
|
||||||
|
add_dependencies(tst_qudpsocket clientserver)
|
||||||
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user