summarylogtreecommitdiffstats
path: root/0001-Ensure-static-plugins-are-exported.patch
diff options
context:
space:
mode:
authorMartchus2020-06-01 19:54:26 +0200
committerMartchus2020-06-01 19:54:26 +0200
commit515b191afcf24f4ab46362128ab4deafaa38df42 (patch)
tree0fea5b0e685dbb3da0bdb19807173f4d84f7b8b8 /0001-Ensure-static-plugins-are-exported.patch
parenta8cee9c598d9567f2435c375fda24b3a03f94d59 (diff)
downloadaur-515b191afcf24f4ab46362128ab4deafaa38df42.tar.gz
Update to 5.15.0
Diffstat (limited to '0001-Ensure-static-plugins-are-exported.patch')
-rw-r--r--0001-Ensure-static-plugins-are-exported.patch17
1 files changed, 9 insertions, 8 deletions
diff --git a/0001-Ensure-static-plugins-are-exported.patch b/0001-Ensure-static-plugins-are-exported.patch
index 308c2da65315..364d4df0675e 100644
--- a/0001-Ensure-static-plugins-are-exported.patch
+++ b/0001-Ensure-static-plugins-are-exported.patch
@@ -1,4 +1,4 @@
-From 725198b92bd02b7933c941ad4d660a0e6db1257b Mon Sep 17 00:00:00 2001
+From 0ac71a10df126230e54db3b65b605678d00bb1ac Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sun, 23 Oct 2016 01:18:13 +0200
Subject: [PATCH 1/2] Ensure static plugins are exported
@@ -8,15 +8,16 @@ Subject: [PATCH 1/2] Ensure static plugins are exported
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/qml/Qt5QmlConfigExtras.cmake.in b/src/qml/Qt5QmlConfigExtras.cmake.in
-index 9ddb9885cd..9775d85e08 100644
+index 4242143bca..bccb7b3146 100644
--- a/src/qml/Qt5QmlConfigExtras.cmake.in
+++ b/src/qml/Qt5QmlConfigExtras.cmake.in
-@@ -1,4 +1,4 @@
--file(GLOB _qt5qml_other_plugins "${CMAKE_CURRENT_LIST_DIR}/Qt5Qml_*Factory.cmake")
-+file(GLOB _qt5qml_other_plugins "${CMAKE_CURRENT_LIST_DIR}/*Qt5Qml_*Factory.cmake")
+@@ -1,5 +1,5 @@
+ if(QT5_STRICT_PLUGIN_GLOB OR Qt5Qml_STRICT_PLUGIN_GLOB)
+- file(GLOB _qt5qml_other_plugins "${CMAKE_CURRENT_LIST_DIR}/Qt5Qml_*Factory.cmake")
++ file(GLOB _qt5qml_other_plugins "${CMAKE_CURRENT_LIST_DIR}/*Qt5Qml_*Factory.cmake")
- foreach(_other_plugin ${_qt5qml_other_plugins})
- include(${_other_plugin} OPTIONAL)
+ foreach(_other_plugin ${_qt5qml_other_plugins})
+ include(${_other_plugin} OPTIONAL)
--
-2.26.0
+2.26.2