qt5base-lts/examples/widgets/tutorials
Kevin Funk 99539a2894 Allow to build examples as standalone project
Create CMake config files which can be used from the very same CMake
project. These CMake config files simply do not create any targets,
controlled via the QT_NO_CREATE_TARGETS.

This patch also allows to build qtbase.git:examples as a standalone
project, against an already-built Qt.

Ran this:
  ag -s "QT " examples -l -0 | xargs -0 -n 1 .../util/cmake/pro2cmake.py --is-example

Task-number: QTBUG-74713
Change-Id: I44cce5a4048618b30f890c5b789592c227a8b47d
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2019-06-05 12:53:28 +00:00
..
addressbook Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
gettingStarted Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
modelview Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
notepad Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
widgets Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
CMakeLists.txt CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
gettingstartedqt.qdoc Notepad example: Get rid of auto-connection slots 2018-11-01 11:46:00 +00:00
README Move tutorials to widgets. 2012-09-09 01:18:37 +02:00
tutorials.pro Doc: move notepad example to qtbase and improve it 2017-12-18 13:39:28 +00:00

Qt is supplied with tutorials that have been written to provide developers
with an introduction to the Qt API.


Documentation for tutorials can be found in the Tutorials
link in the main documentation.