summarylogtreecommitdiffstats
path: root/0001-Exclude-qmltime-when-cross-compiling.patch
diff options
context:
space:
mode:
authorMartchus2022-03-20 12:10:43 +0100
committerMartchus2022-03-20 12:10:43 +0100
commitf92e11edc0752d30acb773afeaab40814c4ba7b6 (patch)
tree16ac99d8cb39b7512d25362d3afeb4398c8813e2 /0001-Exclude-qmltime-when-cross-compiling.patch
parent73adbd9e29d2d53af010cea0435ec47c97c12c42 (diff)
downloadaur-f92e11edc0752d30acb773afeaab40814c4ba7b6.tar.gz
Update to 6.2.4
Diffstat (limited to '0001-Exclude-qmltime-when-cross-compiling.patch')
-rw-r--r--0001-Exclude-qmltime-when-cross-compiling.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/0001-Exclude-qmltime-when-cross-compiling.patch b/0001-Exclude-qmltime-when-cross-compiling.patch
index 9b6cde36611d..e85427eb0585 100644
--- a/0001-Exclude-qmltime-when-cross-compiling.patch
+++ b/0001-Exclude-qmltime-when-cross-compiling.patch
@@ -1,4 +1,4 @@
-From adf84a12c5e0aed23958fc1a5360f3cc71aae140 Mon Sep 17 00:00:00 2001
+From 14a8581cd5451196b809f184b7f75e22a3e056b4 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Fri, 5 Feb 2021 02:22:45 +0100
Subject: [PATCH] Exclude qmltime when cross compiling
@@ -14,7 +14,7 @@ That's likely also why upstream did not notice this problem so far.
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
-index 3206222261..48148c4f7d 100644
+index 0d7a7cddc6..45ad0adee7 100644
--- a/tools/CMakeLists.txt
+++ b/tools/CMakeLists.txt
@@ -31,7 +31,9 @@ if(QT_FEATURE_qml_preview AND QT_FEATURE_thread AND NOT ANDROID AND NOT WASM AND
@@ -29,5 +29,5 @@ index 3206222261..48148c4f7d 100644
if(QT_BUILD_SHARED_LIBS AND QT_FEATURE_process AND QT_FEATURE_regularexpression AND QT_FEATURE_thread AND TARGET Qt::Quick AND NOT ANDROID AND NOT WASM AND NOT rtems)
add_subdirectory(qmlplugindump)
--
-2.35.0
+2.35.1