summaryrefslogtreecommitdiffstats
path: root/examples/threads/threads.pro
blob: 93d8cc80d9ae98c330c591b90047a5ac3cfe9c74 (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

symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)