summaryrefslogtreecommitdiffstats
path: root/examples/corelib/threads/CMakeLists.txt
blob: f84700fdb4e426e2f43415dc374fc3f4ae35f8d0 (plain)
1
2
3
4
5
6
7
8
# Generated from threads.pro.

add_subdirectory(semaphores)
add_subdirectory(waitconditions)
if(TARGET Qt::Widgets)
    add_subdirectory(mandelbrot)
    add_subdirectory(queuedcustomtype)
endif()