bf3500a631
Pick-to: 6.4 Change-Id: I8d4f0d9e98edc4e06dda9f58e62197572b4cbdbc Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
17 lines
470 B
CMake
17 lines
470 B
CMake
#####################################################################
|
|
## eventloop Binary:
|
|
#####################################################################
|
|
|
|
qt_internal_add_executable(eventloop
|
|
NO_INSTALL
|
|
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
|
|
SOURCES
|
|
tst_eventloop.cpp
|
|
LIBRARIES
|
|
Qt::Test
|
|
)
|
|
|
|
## Scopes:
|
|
#####################################################################
|
|
qt_internal_apply_testlib_coverage_options(eventloop)
|