From afca4ec2d6d439fbe35a379d7ff368c81611b3b3 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Fri, 10 Sep 2021 13:51:08 +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: Ib2b5ec2e7ebefd5453e6dc3d2b7913dff9c59a43 Reviewed-by: Alexandru Croitor --- .qmake.conf | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .qmake.conf diff --git a/.qmake.conf b/.qmake.conf deleted file mode 100644 index 454a8005..00000000 --- a/.qmake.conf +++ /dev/null @@ -1,7 +0,0 @@ -load(qt_build_config) - -DEFINES += QT_NO_JAVA_STYLE_ITERATORS - -MODULE_VERSION = 6.3.0 -CONFIG += warning_clean -CMAKE_MODULE_TESTS=- -- cgit v1.2.3