CMake: Regenerate and fix qtcpsocket test
Change-Id: I1293ee604bd0a61abd7f6a5fa305defc4d6c9ae9 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
dfd37e27ca
commit
dc4872be38
@ -1,7 +1,9 @@
|
||||
# Generated from qtcpsocket.pro.
|
||||
|
||||
if(NOT QT_FEATURE_private_tests)
|
||||
return()
|
||||
endif()
|
||||
add_subdirectory(test)
|
||||
|
||||
if(NOT VXWORKS)
|
||||
add_subdirectory(stressTest)
|
||||
endif()
|
||||
|
@ -5,6 +5,7 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_test(tst_qtcpsocket
|
||||
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../" # special case
|
||||
SOURCES
|
||||
../tst_qtcpsocket.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
Loading…
Reference in New Issue
Block a user