qt5base-lts/examples
Kai Köhne 131681652e Examples: Clean up WIN32_EXECUTABLE, MACOSX_BUNDLE properties
Both are FALSE by default, so no point in explicitly setting
them to FALSE.

In addition, dbus/listnames is a command line tool. No reason
to set WIN32_EXECUTABLE, MACOSX_BUNDLE here.

Pick-to: 6.3
Change-Id: I99aaf27a0267c5575bd2ee5b6183991fce721f44
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2021-12-17 10:38:49 +01:00
..
aggregate
corelib Examples: Clean up WIN32_EXECUTABLE, MACOSX_BUNDLE properties 2021-12-17 10:38:49 +01:00
dbus Examples: Clean up WIN32_EXECUTABLE, MACOSX_BUNDLE properties 2021-12-17 10:38:49 +01:00
embedded Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
gui Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
network Examples: Clean up WIN32_EXECUTABLE, MACOSX_BUNDLE properties 2021-12-17 10:38:49 +01:00
opengl Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
qmake Another round of replacing 0 with nullptr 2020-10-07 23:02:47 +02:00
qpa Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
qtconcurrent Examples: Clean up WIN32_EXECUTABLE, MACOSX_BUNDLE properties 2021-12-17 10:38:49 +01:00
qtestlib Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
sql Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
vulkan Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
widgets CMake: Fix echoplugin example to be built as an external project 2021-12-15 15:43:16 +01:00
xml Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00: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

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.