blob: 1c21d3ecea79cc8675304dd04459206e47c1af20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\previouspage studio-crashpad.html
\page studio-developer-topics.html
\nextpage studio-finding-the-qt-runtime-version.html
\title Developer topics
\table
\row
\li \image qds-front-projects.png
\li Learn more about using the Git version control system,
converting UI projects into applications, and using
external tools directly from \QDS.
\endtable
\list
\li \l{Finding the Qt runtime version}
\QDS runs projects using a specific version of Qt. Identify
which version of Qt your \QDS uses.
\li \l{Using Git}
You can add the project files to the Git version control, so that
the developers can keep up with your changes. Store and edit only
project source files and configuration files. Do not store
generated files.
\li \l{Use external tools}
You can use external tools directly from \QDS. Qt Linguist,
QML utilities, the default text editor for your system, and the
\c sort tool are preconfigured for use. You can change their default
configurations and configure new tools.
\li \l{Accessing output, issue, and warning messages}
\QDS projects generate output information for the user to represent the
executed processes. It also shows you the issues that stop a project from
getting executed or gives you warnings about probable failures.
\endlist
*/
|