summarylogtreecommitdiffstats
path: root/qml-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'qml-path.patch')
-rw-r--r--qml-path.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/qml-path.patch b/qml-path.patch
deleted file mode 100644
index 2f5ee2cdc827..000000000000
--- a/qml-path.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -aur package.pristine/cmake/Install.cmake package.new/cmake/Install.cmake
---- package.pristine/cmake/Install.cmake 2019-09-30 14:14:05.000000000 +0200
-+++ package.new/cmake/Install.cmake 2019-11-03 14:20:21.106015892 +0100
-@@ -330,7 +330,7 @@
- # qt qml plugins
- IF(DESKTOP AND TARGET Qt5::Qml)
- FOREACH(entry QtQuick QtQuick.2 QtQml QtGraphicalEffects Qt)
-- INSTALL(DIRECTORY ${QT_HOST_PREFIX}/qml/${entry} DESTINATION ${DEFAULT_FILE_DESTINATION}/qml COMPONENT Runtime PATTERN "*.dylib" EXCLUDE)
-+ INSTALL(DIRECTORY ${QT_HOST_PREFIX}/lib/qt/qml/${entry} DESTINATION ${DEFAULT_FILE_DESTINATION}/qml COMPONENT Runtime PATTERN "*.dylib" EXCLUDE)
- ENDFOREACH()
- ENDIF()
-