From c25a5b4e1fc9e74f1f3ab1001db4fbae267d7831 Mon Sep 17 00:00:00 2001 From: Fabian Kosmale Date: Mon, 7 Feb 2022 22:41:59 +0100 Subject: [PATCH] Remove QTemporary(file|dir) from boostrap lib Change-Id: I851f0fd8150592784a7b38d3d30d69d8346de112 Reviewed-by: Qt CI Bot Reviewed-by: Marc Mutz --- src/corelib/global/qconfig-bootstrapped.h | 2 ++ src/tools/bootstrap/CMakeLists.txt | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/corelib/global/qconfig-bootstrapped.h b/src/corelib/global/qconfig-bootstrapped.h index 43a0c4082e2..0ebe9c40d69 100644 --- a/src/corelib/global/qconfig-bootstrapped.h +++ b/src/corelib/global/qconfig-bootstrapped.h @@ -143,4 +143,6 @@ #define QT_FEATURE_commandlineparser 1 #define QT_FEATURE_settings -1 +#define QT_NO_TEMPORARYFILE + #endif // QT_BOOTSTRAPPED diff --git a/src/tools/bootstrap/CMakeLists.txt b/src/tools/bootstrap/CMakeLists.txt index 485a77125a8..a5034a0b92c 100644 --- a/src/tools/bootstrap/CMakeLists.txt +++ b/src/tools/bootstrap/CMakeLists.txt @@ -38,8 +38,6 @@ qt_internal_extend_target(Bootstrap ../../corelib/io/qresource.cpp ../../corelib/io/qsavefile.cpp ../../corelib/io/qstandardpaths.cpp - ../../corelib/io/qtemporarydir.cpp - ../../corelib/io/qtemporaryfile.cpp ../../corelib/kernel/qcoreapplication.cpp ../../corelib/kernel/qcoreglobaldata.cpp ../../corelib/kernel/qiterable.cpp