qt5base-lts/examples
Joerg Bornemann fb656c036d Remove .qmake.conf from this repository
This file was necessary for the qmake build and the CI.  The qmake
build is history, and the CI does now read .cmake.conf (see
QTQAINFRA-4392).

In addition to being superfluous, the existence of .qmake.conf
triggers QTBUG-76140 when building Qt examples with qmake.  Removing
the file alleviates the symptoms of this bug.

"Interestingly", to make the qmake build of examples work in the CI, we
have to adjust the dbus examples to not use nmake inference rules.  The
absence of .qmake.conf results in a different order of inference rules
in the Makefile, and nmake/jom pick up generated source files from the
source dir.  These are incompatible with the correct generated source
files in the build dir.  See QTBUG-96513 for details.

Fixes: QTBUG-92271
Task-number: QTBUG-96513
Change-Id: I4076fae2eeb993956b54aced2c9c844ae2577a4a
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2021-09-20 19:00:05 +02:00
..
aggregate
corelib Doc: Centralize RFC documentation-links in rfc.qdoc 2021-09-16 15:52:27 +02:00
dbus Remove .qmake.conf from this repository 2021-09-20 19:00:05 +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 SQL browser example: fix typo 2021-09-02 15:45:16 +00:00
vulkan Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
widgets CMake: Create plugin initializers for static user plugins 2021-08-24 16:10:31 +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

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.