mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-30 02:37:26 +02:00
Qt5.15: Update documentation with the Qt version upgrade
This commit is contained in:
parent
6fdbf66607
commit
4df32fa533
3 changed files with 5 additions and 5 deletions
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -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):**
|
**Desktop (please complete the following and other pertinent information):**
|
||||||
- OS: [e.g. win 10, osx, ]
|
- OS: [e.g. win 10, osx, ]
|
||||||
- Python version [e.g. 2.6]
|
- 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
|
- Meshroom version: please specify if you are using a release version or your own build
|
||||||
- Binary version (if applicable) [e.g. 2019.1]
|
- Binary version (if applicable) [e.g. 2019.1]
|
||||||
- Commit reference (if applicable) [e.g. 08ddbe2]
|
- Commit reference (if applicable) [e.g. 08ddbe2]
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/question_help.md
vendored
2
.github/ISSUE_TEMPLATE/question_help.md
vendored
|
@ -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):**
|
**Desktop (please complete the following and other pertinent information):**
|
||||||
- OS: [e.g. win 10, osx, ]
|
- OS: [e.g. win 10, osx, ]
|
||||||
- Python version [e.g. 2.6]
|
- 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
|
- Meshroom version: please specify if you are using a release version or your own build
|
||||||
- Binary version (if applicable) [e.g. 2019.1]
|
- Binary version (if applicable) [e.g. 2019.1]
|
||||||
- Commit reference (if applicable) [e.g. 08ddbe2]
|
- Commit reference (if applicable) [e.g. 08ddbe2]
|
||||||
|
|
|
@ -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.
|
> Note: `dev_requirements` is only related to testing and packaging. It is not mandatory to run Meshroom.
|
||||||
|
|
||||||
### Qt/PySide
|
### Qt/PySide
|
||||||
* PySide >= 5.12.2
|
* PySide >= 5.15.2.1
|
||||||
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).
|
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-74535
|
See https://bugreports.qt.io/browse/QTBUG-88821
|
||||||
|
|
||||||
### Qt Plugins
|
### Qt Plugins
|
||||||
Additional Qt plugins can be built to extend Meshroom UI features. They can be found on separate repositories,
|
Additional Qt plugins can be built to extend Meshroom UI features. They can be found on separate repositories,
|
||||||
|
|
Loading…
Add table
Reference in a new issue