summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-09-10 13:51:10 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-09-20 14:38:52 +0200
commit3b439767a66f5e27b5fc71b6ea97f4cd5b6f0102 (patch)
tree404f0e918ebec2951dec1ebf66691a3bc0d76c93
parent2bfeb1c0dbcd069327a8baa845359e979b52c122 (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: I169796a041cf03fbbb4456839bdf45ff623a3639 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
-rw-r--r--.qmake.conf8
1 files changed, 0 insertions, 8 deletions
diff --git a/.qmake.conf b/.qmake.conf
deleted file mode 100644
index d1545d976..000000000
--- a/.qmake.conf
+++ /dev/null
@@ -1,8 +0,0 @@
-# Resolve root directories for sources
-QTWEBENGINE_ROOT = $$PWD
-QTWEBENGINE_OUT_ROOT = $$shadowed($$PWD)
-
-load(qt_build_config)
-CONFIG += warning_clean
-
-MODULE_VERSION = 6.3.0