summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-09-10 13:51:09 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-09-21 13:03:58 +0200
commit664214cf403ce505810335eaf7b90835c53c6090 (patch)
treea8b0a8c45c6dc6375b6678457c0a01c2324cd342
parentb0f2c43c567f8580df500d199fa5244291711e8a (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: I962652ead17154fb2dd62b287e1e725f8275832c Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
-rw-r--r--.qmake.conf5
1 files changed, 0 insertions, 5 deletions
diff --git a/.qmake.conf b/.qmake.conf
deleted file mode 100644
index 8c0905300..000000000
--- a/.qmake.conf
+++ /dev/null
@@ -1,5 +0,0 @@
-load(qt_build_config)
-
-DEFINES += QT_NO_JAVA_STYLE_ITERATORS
-
-MODULE_VERSION = 6.3.0