summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/threads/threads.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/threads/threads.pro')
-rw-r--r--examples/tutorials/threads/threads.pro10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/tutorials/threads/threads.pro b/examples/tutorials/threads/threads.pro
deleted file mode 100644
index a95eccaaa0..0000000000
--- a/examples/tutorials/threads/threads.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-TEMPLATE = subdirs
-
-SUBDIRS = hellothread \
- hellothreadpool \
- clock \
- movedobject
-
-contains(QT_CONFIG, concurrent): SUBDIRS += helloconcurrent
-
-QT += widgets