summarylogtreecommitdiffstats
path: root/0002-Ensure-static-plugins-are-exported.patch
diff options
context:
space:
mode:
authorMartchus2019-06-26 14:41:47 +0200
committerMartchus2019-06-26 14:41:47 +0200
commitb23148fd0f98d2c12b46217951190074109928ff (patch)
tree8385960407e12a930a141c300a8619b518c61619 /0002-Ensure-static-plugins-are-exported.patch
parentaa78e2e3f10eda76e543befc32c9b859c18a90ed (diff)
downloadaur-b23148fd0f98d2c12b46217951190074109928ff.tar.gz
Update to 5.13.0
Diffstat (limited to '0002-Ensure-static-plugins-are-exported.patch')
-rw-r--r--0002-Ensure-static-plugins-are-exported.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/0002-Ensure-static-plugins-are-exported.patch b/0002-Ensure-static-plugins-are-exported.patch
deleted file mode 100644
index f895070317af..000000000000
--- a/0002-Ensure-static-plugins-are-exported.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From a41cc5047fadb1a20779ca2094f8f9c51246f237 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.21.0
-