summaryrefslogtreecommitdiffstats
path: root/.qmake.conf
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-09-10 13:51:08 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-09-21 12:45:48 +0200
commit0ea52279c2af8afa34a523835081ffe6a1948354 (patch)
treee5db49cd188b2bcfc45b1a3fecec161289be6e41 /.qmake.conf
parent005b498de6d9ba9162ecf340909d7858c0b00132 (diff)
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: Ifdfd47ca1860e18b9ba55e4357d86bd4801f1d57 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to '.qmake.conf')
-rw-r--r--.qmake.conf6
1 files changed, 0 insertions, 6 deletions
diff --git a/.qmake.conf b/.qmake.conf
deleted file mode 100644
index 8f81bfe..0000000
--- a/.qmake.conf
+++ /dev/null
@@ -1,6 +0,0 @@
-load(qt_build_config)
-
-DEFINES += QT_NO_FOREACH QT_NO_JAVA_STYLE_ITERATORS
-
-MODULE_VERSION = 6.3.0
-