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