From 4df32fa533f438934855f8a159e7357c6da895b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Candice=20Bent=C3=A9jac?= Date: Thu, 2 Feb 2023 17:26:58 +0100 Subject: [PATCH] Qt5.15: Update documentation with the Qt version upgrade --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/question_help.md | 2 +- INSTALL.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 54139c34..953e891a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -29,7 +29,7 @@ If applicable, copy paste the relevant log output (please embed the text in a ma **Desktop (please complete the following and other pertinent information):** - OS: [e.g. win 10, osx, ] - Python version [e.g. 2.6] - - Qt/PySide version [e.g. 5.12.4] + - Qt/PySide version [e.g. 5.15.2] - Meshroom version: please specify if you are using a release version or your own build - Binary version (if applicable) [e.g. 2019.1] - Commit reference (if applicable) [e.g. 08ddbe2] diff --git a/.github/ISSUE_TEMPLATE/question_help.md b/.github/ISSUE_TEMPLATE/question_help.md index 26eef531..1de352fa 100644 --- a/.github/ISSUE_TEMPLATE/question_help.md +++ b/.github/ISSUE_TEMPLATE/question_help.md @@ -22,7 +22,7 @@ If applicable, copy paste the relevant log output (please embed the text in a ma **Desktop (please complete the following and other pertinent information):** - OS: [e.g. win 10, osx, ] - Python version [e.g. 2.6] - - Qt/PySide version [e.g. 5.12.4] + - Qt/PySide version [e.g. 5.15.2] - Meshroom version: please specify if you are using a release version or your own build - Binary version (if applicable) [e.g. 2019.1] - Commit reference (if applicable) [e.g. 08ddbe2] diff --git a/INSTALL.md b/INSTALL.md index fcb98076..2b4eca1e 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -35,9 +35,9 @@ pip install -r requirements.txt -r dev_requirements.txt > Note: `dev_requirements` is only related to testing and packaging. It is not mandatory to run Meshroom. ### Qt/PySide -* PySide >= 5.12.2 -Warning: On Windows, the plugin AssimpSceneParser is missing from pre-built binaries, so you need to add it manually (from an older version for instance). -See https://bugreports.qt.io/browse/QTBUG-74535 +* PySide >= 5.15.2.1 +Warning: The plugin AssimpSceneParser is missing from pre-built binaries, so you need to add it manually (from an older version for instance). +See https://bugreports.qt.io/browse/QTBUG-88821 ### Qt Plugins Additional Qt plugins can be built to extend Meshroom UI features. They can be found on separate repositories,