summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMats Honkamaa <mats.honkamaa@qt.io>2018-11-27 13:45:47 +0200
committerMats Honkamaa <mats.honkamaa@qt.io>2018-12-03 07:50:44 +0000
commit20c750c766f0f871e46169dfef3bc016b35be25b (patch)
tree3b2d5e70c9be1bacccfa188d2e7814d839bbcf75
parentc2ba9f691049a98d5612468bfd2a72a06bd89ee3 (diff)
Update requirements documentation
Updated requirements documentation with more OS that editor has been tested on. Also removed runtime related stuff. Task-number: QT3DS-2694 Change-Id: Ic320367baea29bed926335478337b7526d76ff70 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
-rw-r--r--doc/src/requirements.qdoc40
1 files changed, 9 insertions, 31 deletions
diff --git a/doc/src/requirements.qdoc b/doc/src/requirements.qdoc
index 8ddcd950..25537699 100644
--- a/doc/src/requirements.qdoc
+++ b/doc/src/requirements.qdoc
@@ -30,45 +30,23 @@
\title Requirements
\page requirements.html
-\section1 Supported Target HW Operating Systems and HW Requirements
-
-\section2 Qt 3D Studio 1.0 Editor
+\section1 Qt 3D Studio 2.2 Editor
The editor for desktop has been tested to work with OpenGL 4.1 and later. If you experience any
issues or graphical glitches, please update your graphics driver to the latest version.
We have found that this resolves most of the problems immediately.
-Tested operating systems for the editor:
-\list
- \li Windows 10
- \li macOS High Sierra (10.13)
- \li macOS Sierra (10.12)
- \li macOS El Capitan (10.11)
-\endlist
-
-\section2 Qt 3D Studio 1.0 Runtime
+\section2 Tested Operating Systems
-The QML runtime component requires OpenGL ES 3.1 to work reliably. While there was some work done to
-enable at least partial support for OpenGL ES 2, we do not recommend using it at this point due
-to its maturity.
+The Qt 3D Studio editor has been tested on the following operating systems:
-Tested operating systems for the runtime:
\list
- \li Windows 10 + MSVC 2015
- \li Windows 7 + mingw32
- \li macOS Sierra (10.12)
- \li macOS El Capitan (10.11)
- \li Android 8.0 (ARMv7)
- \li QNX 7.0 (x64)
- \li GHS Integrity
-\endlist
-
-Tested target devices:
-\list
- \li Google Pixel C with Android 8.0
- \li NVIDIA Jetson TX1 with Boot2Qt
- \li Intel NUC (NUC6CAY) with Boot2Qt
- \li NVIDIA drive CX1
+ \li Windows 10
+ \li Windows 8
+ \li macOS High Sierra (10.13)
+ \li Linux Ubuntu 18.04
+ \li Linux Ubuntu 16.04
+ \li Linux Debian Stretch (9.6)
\endlist
*/