From a25eafc3bce88330229459fa94b75b13e47bb6be Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Mon, 13 Apr 2020 12:35:58 +0000 Subject: Update Qt5 to 5.14.2 Very big thanks go again to kai@ who provided the www/qt5-webengine upgrade (to 5.14.0). Notably, video capture support was re-enabled. Announcement: https://www.qt.io/blog/qt-5.14-has-released PR: 244964 Exp-run by: antoine --- devel/qt5-qdoc/files/patch-src_qdoc_qdoc.pro | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 devel/qt5-qdoc/files/patch-src_qdoc_qdoc.pro (limited to 'devel/qt5-qdoc/files/patch-src_qdoc_qdoc.pro') diff --git a/devel/qt5-qdoc/files/patch-src_qdoc_qdoc.pro b/devel/qt5-qdoc/files/patch-src_qdoc_qdoc.pro new file mode 100644 index 000000000000..48f42f0aac7c --- /dev/null +++ b/devel/qt5-qdoc/files/patch-src_qdoc_qdoc.pro @@ -0,0 +1,10 @@ +--- src/qdoc/qdoc.pro.orig 2019-12-31 21:11:48 UTC ++++ src/qdoc/qdoc.pro +@@ -152,6 +152,6 @@ cmake_qdoc_config_version_file.output = $$MODULE_BASE_ + QMAKE_SUBSTITUTES += cmake_qdoc_config_file cmake_qdoc_config_version_file + + cmake_qdoc_tools_files.files += $$cmake_qdoc_config_file.output $$cmake_qdoc_config_version_file.output +-cmake_qdoc_tools_files.path = $$[QT_INSTALL_LIBS]/cmake/Qt5DocTools ++cmake_qdoc_tools_files.path = $$[QT_INSTALL_PREFIX]/lib/cmake/Qt5DocTools + cmake_qdoc_tools_files.CONFIG = no_check_exist + INSTALLS += cmake_qdoc_tools_files -- cgit v1.2.3