summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/threads/threads.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/tutorials/threads/threads.pro')
-rw-r--r--examples/widgets/tutorials/threads/threads.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/widgets/tutorials/threads/threads.pro b/examples/widgets/tutorials/threads/threads.pro
index a95eccaaa0..f7bd4df0e8 100644
--- a/examples/widgets/tutorials/threads/threads.pro
+++ b/examples/widgets/tutorials/threads/threads.pro
@@ -8,3 +8,8 @@ SUBDIRS = hellothread \
contains(QT_CONFIG, concurrent): SUBDIRS += helloconcurrent
QT += widgets
+
+# install
+sources.files = threads.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/tutorials/threads
+INSTALLS += sources