summarylogtreecommitdiffstats
path: root/0002-Ensure-static-plugins-are-exported.patch
diff options
context:
space:
mode:
authorMartchus2017-08-09 22:24:26 +0200
committerMartchus2017-08-09 22:24:26 +0200
commit120bb19dffaad5c818595feaf36e1ca3ebe1de82 (patch)
tree792e107a36bdcda4ea7f6769b2e8dbacde6ba716 /0002-Ensure-static-plugins-are-exported.patch
downloadaur-120bb19dffaad5c818595feaf36e1ca3ebe1de82.tar.gz
Initial import
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..1f199c061074
--- /dev/null
+++ b/0002-Ensure-static-plugins-are-exported.patch
@@ -0,0 +1,22 @@
+From d974e620811a07888c0205d5ca7940c6d1f9be5b Mon Sep 17 00:00:00 2001
+From: Martchus <martchus@gmx.net>
+Date: Sun, 23 Oct 2016 01:18:13 +0200
+Subject: [PATCH 2/3] 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.13.2
+