summaryrefslogtreecommitdiffstats
path: root/examples/corelib/threads/CMakeLists.txt
blob: fab084385f45b9d58bbf6cc3941a3b33d017c31a (plain)
1
2
3
4
5
6
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()