summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarianne Yrjänä <marianne.yrjana@qt.io>2018-05-23 09:49:20 +0300
committerMarianne Yrjänä <marianne.yrjana@qt.io>2018-05-23 15:01:41 +0000
commitf3aa10df22b2996027c4c535b5bf012c25485ff9 (patch)
tree0f5bb78cf95873419a799c0bc8f20087f87e2c8d
parent883a50aac3a4d1b5f89509e07fff93dfe43cbfe2 (diff)
Update build instructions
Build instructions updated and renamed to README Change-Id: I0b5629007787207ba0bbdbfc057ede267fe9925c Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
-rw-r--r--README (renamed from build_instructions)12
1 files changed, 4 insertions, 8 deletions
diff --git a/build_instructions b/README
index e278d505..495c227b 100644
--- a/build_instructions
+++ b/README
@@ -10,7 +10,7 @@ Clone the 3D Studio repository from
https://codereview.qt-project.org/#/admin/projects/qt3dstudio/qt3dstudio
Remember to add --recursive flag to the clone command, as the repository contains submodules
-for 3rd party components. For example:
+for runtime and 3rd party components. For example:
git clone --recursive https://codereview.qt-project.org/qt3dstudio/qt3dstudio
@@ -61,9 +61,9 @@ Open <path to repo root>\qt3dstudio.pro in Qt Creator.
Go to "Projects" view. Select desired Build & Run configuration (either
Release, or Debug). Tested configurations:
- Windows 10: Qt 5.9.2 MSVC2015_64bit
- macOS: Qt 5.9.2 clang_64
- Linux: Qt 5.9.2 gcc 64bit
+ Windows 10: Qt 5.11.0 MSVC2015_64bit
+ macOS: Qt 5.11.0 clang_64
+ Linux: Qt 5.11.0 gcc 64bit
Under "Build steps" click "Add Build Step" and select "Make". To make
arguments type "install". This will move the qmlviewer plugin to correct
@@ -77,10 +77,6 @@ is Debug, try adding argument "debug" for the first make step after qmake step.
Run subproject Q3DStudio under Authoring
-Quick Viewer example:
-Open <path to qt3dstudio repo>\examples\qmldynamickeyframes\qmldynamickeyframes.pro in Qt Creator
-and build it. Done!
-
6. Application deployment on Qt for Device Creation (Boot2Qt)
The deployment of applications using Qt 3D Studio happens in the same way as any other