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.
|
# Generated from qtcpsocket.pro.
|
||||||
|
|
||||||
|
if(NOT QT_FEATURE_private_tests)
|
||||||
|
return()
|
||||||
|
endif()
|
||||||
add_subdirectory(test)
|
add_subdirectory(test)
|
||||||
|
|
||||||
if(NOT VXWORKS)
|
if(NOT VXWORKS)
|
||||||
add_subdirectory(stressTest)
|
add_subdirectory(stressTest)
|
||||||
endif()
|
endif()
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
add_qt_test(tst_qtcpsocket
|
add_qt_test(tst_qtcpsocket
|
||||||
|
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../" # special case
|
||||||
SOURCES
|
SOURCES
|
||||||
../tst_qtcpsocket.cpp
|
../tst_qtcpsocket.cpp
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user