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

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()