From 6007519e104e4fef8e2006033515e0a898e50972 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Fri, 10 Sep 2021 13:51:09 +0200 Subject: 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 --- .qmake.conf | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .qmake.conf (limited to '.qmake.conf') 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 -- cgit v1.2.3