PKGBUILDs/qt5-declarative/mingw-w64/0001-Ensure-static-plugins-...

23 lines
791 B
Diff
Raw Normal View History

2020-01-28 21:12:38 +01:00
From 725198b92bd02b7933c941ad4d660a0e6db1257b Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sun, 23 Oct 2016 01:18:13 +0200
2019-06-14 19:09:09 +02:00
Subject: [PATCH 1/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
2019-06-14 19:09:09 +02:00
index 9ddb9885cd..9775d85e08 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)
--
2020-04-02 12:52:46 +02:00
2.26.0