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-quick-starter-guide.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-quick-start-guide.html
5 \title \qxr Quick Starter Guide
6
7 \brief This topic provides instructions on how to get up and running
8 on a meta quest headset.
9
10 This page lists all the instructions you need to get up an running with
11 \qxr. It uses Qt Creator for automated setup where possible and assumes you
12 have a Meta Quest 3 device. For the Apple Vision Pro, see
13 \l{Getting Started With the Apple Vision Pro}.
14
15 The video below demonstrates the process.
16
17 //!TODO Add video link( once recorded)
18
19 \section1 Download and installation
20
21 Complete the steps on the \l{Installing \qxr} page.
22
23 \section1 Setting up the Simple Example Project
24 \list 1
25 \li Open the example project from the qt creator welcome screen.
26 \li Configure the project settings (Projects mode: Ctrl+5 by default)
27 \list 1
28 \li Confirm that the applicable Android Kit for your target device is
29 chosen for compilation.
30 \li Choose the target , This can be quickly selected from the deploy widget,
31 as shown below:
32 \endlist
33 \endlist
34
35 \section1 Deploy the app
36
37 Click \uicontrol{Run}. This will complete the build, and install the device
38 to the headset and run it.
39
40*/