summaryrefslogtreecommitdiffstats
path: root/examples/corelib/threads/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/corelib/threads/README')
-rw-r--r--examples/corelib/threads/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/corelib/threads/README b/examples/corelib/threads/README
new file mode 100644
index 0000000000..6c20844564
--- /dev/null
+++ b/examples/corelib/threads/README
@@ -0,0 +1,7 @@
+This folder contains examples for the use of the threading-related classes
+in Qt Core. For examples using the higher-level Qt Concurrent module,
+check out the "qtconcurrent" folder instead.
+
+Documentation for examples can be found via the Examples and Tutorials link
+in the main Qt documentation. The examples and their documentation can also
+be opened from the Examples tab of Qt Creator's Welcome mode.