Pick-to: 6.3 Change-Id: Ia5d474a3efd6aadbd0ef1537318f2f24e6c24fee Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
7 lines
193 B
CMake
7 lines
193 B
CMake
qt_internal_add_example(semaphores)
|
|
qt_internal_add_example(waitconditions)
|
|
if(TARGET Qt::Widgets)
|
|
qt_internal_add_example(mandelbrot)
|
|
qt_internal_add_example(queuedcustomtype)
|
|
endif()
|