Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qt3dxr-installing.qdoc
Go to the documentation of this file.
1// Copyright (C) 2021 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial
3/*!
4 \page qt3dxr-installing.html
5 \title Installing \qxr
6 \previouspage \qxr Quick Starter Guide
7
8 \brief Covers the steps and dependencies for installing \qxr .
9
10 Before starting, check if there are any instructions regarding the current
11 \l{\qxr Known Issues and Limitations} that are relevant to installation.
12
13 \section1 Custom install with the Qt Online Installer
14
15 If you want to install additional Qt modules or tools at the same time, then
16 this method is for you.
17
18 Go to \l{Get and Install Qt} and follow the instructions there, except now
19 as opposed to the quick install method, making sure at \e{step 3} to select
20 \uicontrol{Custom Installation} and then select the following components:
21
22 \list
23 \li (If developing for the Meta Quest 3) Under the \c{Qt Version} that
24 you wish to install select Qt for Android.
25 \li Under Add-ons select Qt Quick 3D.
26 \endlist
27
28 Then, select other Qt modules or tools that are available to you as you need.
29
30 \section1 Installing 3rd Party Dependencies
31
32 The following dependencies are required:
33
34 \section2 Meta devices
35
36 Meta's SDK is based on the \l OpenXR API, and as such, \qxr has been designed
37 to support that SDK. It is also Meta's ongoing supported SDK.
38
39 \list
40 \li The \l{Oculus OpenXR Mobile SDK}
41 \endlist
42
43 \section2 Apple devices
44 You will need xcode, see https://doc.qt.io/qt-6/macos.html#build-environment.
45
46 \section3 Host Environment
47
48 \section2 Android-based devices
49
50 If this is your first time developing with Qt for Android or using Qt Creator,
51 you must complete some additional steps to set up your build environment.
52 See \l{Getting Started with Qt for Android} for more information.
53
54*/