summaryrefslogtreecommitdiffstats
path: root/examples/declarative/threading/threading.pro
blob: d281a76429da2e0adb4bdabfce5f1e528c69347f (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = subdirs

SUBDIRS = \
    threadedlistmodel \
    workerscript

# install
sources.files = threading.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick1/declarative/threading
INSTALLS += sources