summarylogtreecommitdiffstats
path: root/0001-Exclude-qmltime-when-cross-compiling.patch
diff options
context:
space:
mode:
authorMartchus2023-07-20 23:11:52 +0200
committerMartchus2023-07-20 23:11:52 +0200
commitaad2bcfc1d7eb28271d46967674d61fd6698b6aa (patch)
treeffc7c78a87484772c80450c8464151a817735e06 /0001-Exclude-qmltime-when-cross-compiling.patch
parent9e349f447995dcd1827a472c05b4852b28f485c4 (diff)
downloadaur-aad2bcfc1d7eb28271d46967674d61fd6698b6aa.tar.gz
Update to 6.5.2
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 d400de161610..88a9058ec7a1 100644
--- a/0001-Exclude-qmltime-when-cross-compiling.patch
+++ b/0001-Exclude-qmltime-when-cross-compiling.patch
@@ -1,4 +1,4 @@
-From da07643b35d6b97a3338f38c44de012dca9aabc1 Mon Sep 17 00:00:00 2001
+From dfe78ec0131eb273dda65292b601427f470b5487 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 a99cd33c24..56243e28e8 100644
+index 75b240aeea..ccf82a457d 100644
--- a/tools/CMakeLists.txt
+++ b/tools/CMakeLists.txt
-@@ -40,7 +40,9 @@ if(QT_FEATURE_qml_preview AND QT_FEATURE_thread AND NOT ANDROID AND NOT WASM AND
+@@ -38,7 +38,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 a99cd33c24..56243e28e8 100644
if(QT_BUILD_SHARED_LIBS
AND QT_FEATURE_process
--
-2.40.1
+2.41.0