qt6-bb10/examples/corelib/threads
Lucie Gérard c2333f312f Correct license for examples files
Example takes precedent over build system file type.
According to QUIP-18 [1], all examples file should be
LicenseRef-Qt-Commercial OR BSD-3-Clause

[1]: https://contribute.qt-project.org/quips/18

Pick-to: 6.7
Task-number: QTBUG-121787
Change-Id: Id348a89884bb309b96abb31077f14a51086b5d0c
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Kai Köhne <kai.koehne@qt.io>
2024-03-07 11:06:43 +01:00
..
doc Doc: Fix documentation issues for Qt Core 2023-12-19 22:49:39 +00:00
mandelbrot Correct license for examples files 2024-03-07 11:06:43 +01:00
queuedcustomtype Correct license for examples files 2024-03-07 11:06:43 +01:00
semaphores Correct license for examples files 2024-03-07 11:06:43 +01:00
waitconditions Correct license for examples files 2024-03-07 11:06:43 +01:00
CMakeLists.txt Correct license for examples files 2024-03-07 11:06:43 +01:00
README Move Qt Core examples under a common subdirectory 2014-10-17 14:57:13 +02:00
threads.pro fix build and installation of queuedcustomtype example 2016-05-03 10:25:22 +00:00

README

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.