summarylogtreecommitdiffstats
path: root/0001-Exclude-qmltime-when-cross-compiling.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-Exclude-qmltime-when-cross-compiling.patch')
-rw-r--r--0001-Exclude-qmltime-when-cross-compiling.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/0001-Exclude-qmltime-when-cross-compiling.patch b/0001-Exclude-qmltime-when-cross-compiling.patch
index 5f263d3fe6bb..ec29829d90e2 100644
--- a/0001-Exclude-qmltime-when-cross-compiling.patch
+++ b/0001-Exclude-qmltime-when-cross-compiling.patch
@@ -1,4 +1,4 @@
-From 306826507f0814b1da3e119dde347ca9086a0571 Mon Sep 17 00:00:00 2001
+From 1dc60db6bed621c3de58d4305e196ebe8e02e8db 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,10 +14,10 @@ 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 48545ff2d2..dafcad8a2e 100644
+index 5a34fd4c11..063f38a943 100644
--- a/tools/CMakeLists.txt
+++ b/tools/CMakeLists.txt
-@@ -33,7 +33,9 @@ if(QT_FEATURE_qml_preview AND QT_FEATURE_thread AND NOT ANDROID AND NOT WASM AND
+@@ -36,7 +36,9 @@ if(QT_FEATURE_qml_preview AND QT_FEATURE_thread AND NOT ANDROID AND NOT WASM AND
endif()
if(QT_BUILD_SHARED_LIBS AND QT_FEATURE_thread AND TARGET Qt::Quick AND NOT ANDROID AND NOT WASM AND NOT IOS AND NOT rtems)
add_subdirectory(qmlscene)
@@ -29,5 +29,5 @@ index 48545ff2d2..dafcad8a2e 100644
if(QT_BUILD_SHARED_LIBS
AND QT_FEATURE_process
--
-2.36.1
+2.37.3