summaryrefslogtreecommitdiffstats
path: root/.qmake.conf
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 12:45:38 +0200
commit6007519e104e4fef8e2006033515e0a898e50972 (patch)
treecf388d9812032fa42e902d65ae92cfdc8f027418 /.qmake.conf
parent185cf1ca3b1188973cc7996c7df8128d3a476638 (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: If2a6c761eb6b074e348b99e6cb1edc1c45ecaceb Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to '.qmake.conf')
-rw-r--r--.qmake.conf9
1 files changed, 0 insertions, 9 deletions
diff --git a/.qmake.conf b/.qmake.conf
deleted file mode 100644
index b26f2e9..0000000
--- a/.qmake.conf
+++ /dev/null
@@ -1,9 +0,0 @@
-load(qt_build_config)
-CONFIG += qt_example_installs
-
-DEFINES += QT_NO_JAVA_STYLE_ITERATORS
-DEFINES += QT_NO_FOREACH
-
-MODULE_VERSION = 6.3.0
-
-QTRO_SOURCE_TREE = $$PWD