qt5base-lts/examples
Joerg Bornemann ff00ef6410 Raise cmake_minimum_required to VERSION 3.16 in examples
Pick-to: 6.2
Task-number: QTBUG-95636
Change-Id: I1270b4846d8a23bc3563b6942c0910e095d2be4a
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2021-08-17 19:18:54 +02:00
..
aggregate install a sane top-level examples.pro file 2012-12-11 13:37:57 +01:00
corelib Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
dbus Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
embedded Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
gui Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
network Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
opengl Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
qmake Another round of replacing 0 with nullptr 2020-10-07 23:02:47 +02:00
qpa Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
qtconcurrent Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
qtestlib Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
sql Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
vulkan Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
widgets Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
xml Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
CMakeLists.txt Build examples in isolated sub-builds using ExternalProject 2021-05-26 13:33:29 +02:00
examples.pro Turn off the dbus examples for qmake-generated VS projects 2021-02-09 15:45:06 +01:00
README Remove more references to demos. 2011-07-08 15:36:26 +02:00

Qt is supplied with a number of example applications that have been
written to provide developers with examples of the Qt API in use,
highlight good programming practice, and showcase features found in each of
Qt's core technologies.


Documentation for examples can be found in the Examples section
of the Qt documentation.