summaryrefslogtreecommitdiffstats
path: root/examples/corelib/threads/threads.pro
blob: b9e17a843055ecb33371d2bd1c282e3a97d4feb9 (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE      = subdirs
CONFIG += no_docs_target

SUBDIRS       = semaphores \
                waitconditions

qtHaveModule(widgets): SUBDIRS += \
    mandelbrot \
    queuedcustomtype