qt5base-lts/examples/corelib/threads
Elias Hautala 39a5ed4bdd Exclude some examples from Android build
Excludes  dnslookup, waitconditions, semaphores, cbordump, savegame,
convert, pingpong and complexpingpong examples from Android build
because of missing Qui and Quick dependenies.

Task-number: QTBUG-111933
Pick-to: 6.5 6.6
Change-Id: Ied01f62ee61a9220dcb44c13fda46f6a5e158293
Reviewed-by: Rami Potinkara <rami.potinkara@qt.io>
Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
2023-08-28 16:00:45 +03:00
..
doc Doc: fix links to renamed network examples 2023-03-01 19:14:39 +01:00
mandelbrot examples/: fix compiler warnings -Wdeprecated-enum-float-conversion 2023-08-18 23:35:52 +03:00
queuedcustomtype Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
semaphores Exclude some examples from Android build 2023-08-28 16:00:45 +03:00
waitconditions Exclude some examples from Android build 2023-08-28 16:00:45 +03:00
CMakeLists.txt Exclude some examples from Android build 2023-08-28 16:00:45 +03: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

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.