summaryrefslogtreecommitdiffstats
path: root/examples/qtconcurrent/qtconcurrent.pro
blob: b21cb17c45994d409d98337b7cd643ed372d7381 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE      = subdirs
SUBDIRS       = imagescaling \
                map \
                progressdialog \
                runfunction \
                wordcount

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

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