tst_qudpsocket: add helper exe to dependencies
Pick-to: 6.7 6.6 6.5 Change-Id: I2bea493c5273175746d502e62d1044eca20ece04 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
1c8884fc27
commit
788ce26882
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue