CMake: Fix qtcpserver and qudpsocket tests
Change-Id: I55cbaf782e811d7842ba8412e98768235bbf2531 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
119ffd4781
commit
4987476d9b
@ -5,6 +5,7 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_test(tst_qtcpserver
|
||||
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../" # special case
|
||||
SOURCES
|
||||
../tst_qtcpserver.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -5,6 +5,7 @@
|
||||
#####################################################################
|
||||
|
||||
add_qt_test(tst_qudpsocket
|
||||
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../" # special case
|
||||
SOURCES
|
||||
../tst_qudpsocket.cpp
|
||||
INCLUDE_DIRECTORIES
|
||||
|
Loading…
Reference in New Issue
Block a user