diff options
Diffstat (limited to 'examples/tutorials/threads/threads.pro')
-rw-r--r-- | examples/tutorials/threads/threads.pro | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/tutorials/threads/threads.pro b/examples/tutorials/threads/threads.pro new file mode 100644 index 0000000..d737513 --- /dev/null +++ b/examples/tutorials/threads/threads.pro @@ -0,0 +1,8 @@ +TEMPLATE = subdirs + +SUBDIRS = hellothread \ + hellothreadpool \ + helloconcurrent \ + clock \ + movedobject + |