qt6-bb10/examples/widgets/tutorials/notepad
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
..
images Doc: Add formatting features to Notepad example 2018-06-01 09:54:56 +00:00
.prev_CMakeLists.txt Rerun pro2cmake on projects that use .ui files 2019-05-22 14:58:24 +00:00
CMakeLists.txt Allow to build examples as standalone project 2019-06-05 12:53:28 +00:00
main.cpp Doc: move notepad example to qtbase and improve it 2017-12-18 13:39:28 +00:00
notepad.cpp Notepad example: Get rid of auto-connection slots 2018-11-01 11:46:00 +00:00
notepad.h Notepad example: Get rid of auto-connection slots 2018-11-01 11:46:00 +00:00
notepad.pro examples: Fix notepad example for configurations without printsupport 2018-01-22 08:27:26 +00:00
notepad.qrc Doc: Add formatting features to Notepad example 2018-06-01 09:54:56 +00:00
notepad.ui Doc: Add formatting features to Notepad example 2018-06-01 09:54:56 +00:00