summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMats Honkamaa <mats.honkamaa@qt.io>2018-04-13 10:07:12 +0300
committerMats Honkamaa <mats.honkamaa@qt.io>2018-04-13 08:32:00 +0000
commitaca991102386ef2557ee42c83aceaadaa9f8b9ef (patch)
tree44fcc374862538d5efeba04f1ac886d8e57fd713 /doc
parentf97f4aaa061b4102d6ed13258d13e5a3e4673a70 (diff)
Add documentation on how to build examples using macOS
Added the necessary steps for building examples using macOS. Task-number: QT3DS-1417 Change-Id: I94216f78dd02dafcd076b6d7d38b9284e986bae4 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/examples-index.qdoc13
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/src/examples-index.qdoc b/doc/src/examples-index.qdoc
index db692bf9..3ce54d54 100644
--- a/doc/src/examples-index.qdoc
+++ b/doc/src/examples-index.qdoc
@@ -54,8 +54,17 @@ Extra setup steps after installing Qt 3D Studio and Qt 5.10.1:
for details on how to set environment variables.
\endlist
-The last three steps are only needed for C++ applications:
-\list 4
+Additional two steps are needed if you are running macOS:
+
+\list 1
+ \li Add \c{<Qt 3D Studio installation directory>\Tools\Qt3DStudio\lib} to the end of the
+ DYLD_FRAMEWORK_PATH variable in the Run Environment for the build.
+ \li Add \c{<Qt 3D Studio installation directory>\Tools\Qt3DStudio\lib} to the end of the
+ DYLD_LIBRARY_PATH variable in the Run Environment for the build.
+\endlist
+
+Additional three steps are needed for C++ applications:
+\list 1
\li Copy \c{<Qt 3D Studio installation directory>\Tools\Qt3DStudio\include\QtStudio3D} under
\c{<Qt installation directory>\5.10.1\<compiler>\include}
(e.g. \c{C:\Qt\5.10.1\msvc2015_64\include}).