summarylogtreecommitdiffstats
path: root/0002-Ensure-static-plugins-are-exported.patch
diff options
context:
space:
mode:
authorMartchus2016-12-24 13:06:45 +0100
committerMartchus2016-12-24 13:06:45 +0100
commit131078bec824df74d6c0a73436c75d3ad347e850 (patch)
treeceaea8962b8da324b94c8ae38ddbef76a34e2704 /0002-Ensure-static-plugins-are-exported.patch
parent60ca043a8ff362bc772574599c0e169aed15b3ed (diff)
downloadaur-131078bec824df74d6c0a73436c75d3ad347e850.tar.gz
Update to 5.7.1
Diffstat (limited to '0002-Ensure-static-plugins-are-exported.patch')
-rw-r--r--0002-Ensure-static-plugins-are-exported.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/0002-Ensure-static-plugins-are-exported.patch b/0002-Ensure-static-plugins-are-exported.patch
new file mode 100644
index 000000000000..e78ebb82f15b
--- /dev/null
+++ b/0002-Ensure-static-plugins-are-exported.patch
@@ -0,0 +1,22 @@
+From 361ef2263f38e5c605bc7fa1c1c35aabefd0935a Mon Sep 17 00:00:00 2001
+From: Martchus <martchus@gmx.net>
+Date: Sun, 23 Oct 2016 01:18:13 +0200
+Subject: [PATCH 2/2] Ensure static plugins are exported
+
+---
+ src/qml/Qt5QmlConfigExtras.cmake.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/qml/Qt5QmlConfigExtras.cmake.in b/src/qml/Qt5QmlConfigExtras.cmake.in
+index 9ddb9885c..9775d85e0 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")
+
+ foreach(_other_plugin ${_qt5qml_other_plugins})
+ include(${_other_plugin} OPTIONAL)
+--
+2.11.0
+