summaryrefslogtreecommitdiffstats
path: root/examples/threads/threads.pro
blob: a0e69c81b1361d3eff3e228870c48eeaaf8c000f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE      = subdirs
SUBDIRS       = mandelbrot \
                semaphores \
                waitconditions

# install
target.path = $$[QT_INSTALL_EXAMPLES]/threads
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS threads.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/threads
INSTALLS += target sources

include($$QT_SOURCE_TREE/examples/examplebase.pri)