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

add_subdirectory(semaphores)
add_subdirectory(waitconditions)

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