qt5base-lts/examples/dbus
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
..
chat Remove .qmake.conf from this repository 2021-09-20 19:00:05 +02:00
complexpingpong Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
doc Doc: Add references to QDBusAbstractAdaptor implementation example 2018-06-29 05:16:04 +00:00
listnames Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
pingpong Raise cmake_minimum_required to VERSION 3.16 in examples 2021-08-17 19:18:54 +02:00
remotecontrolledcar Remove .qmake.conf from this repository 2021-09-20 19:00:05 +02:00
CMakeLists.txt Build examples in isolated sub-builds using ExternalProject 2021-05-26 13:33:29 +02:00
dbus.pro Use qtConfig where appropriate 2017-01-27 10:38:46 +00:00