mirror of https://github.com/qt/qt5compat.git
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. Fixes: QTBUG-92271 Change-Id: I2df2de2b3bb83036f9c5187c5ae46f0ed16f3486 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
2f63dcf2b0
commit
21136bf84c
|
@ -1,5 +0,0 @@
|
||||||
load(qt_build_config)
|
|
||||||
|
|
||||||
DEFINES += QT_NO_FOREACH QT_NO_JAVA_STYLE_ITERATORS
|
|
||||||
|
|
||||||
MODULE_VERSION = 6.3.0
|
|
Loading…
Reference in New Issue