This file is indexed.

/usr/share/qt5/doc/qtdoc/gettingstarted.html is in qt5-doc-html 5.5.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- gettingstarted.qdoc -->
  <title>Getting Started with Qt | Qt 5.5 </title>
  <link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
    <div class="main">
    <div class="main-rounded">
        <div class="navigationbar">
        <ul>
<li><a href="index.html">Qt 5.5</a></li>
<li>Getting Started with Qt</li>
<li id="buildversion">Qt 5.5.1 Reference Documentation</li>
    </ul>
    </div>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="sidebar">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level2"><a href="#platform-requirements">Platform Requirements</a></li>
<li class="level1"><a href="#explore-qt">Explore Qt</a></li>
<li class="level2"><a href="#setting-up-projects">Setting Up Projects</a></li>
<li class="level2"><a href="#developing-with-qt-creator">Developing with Qt Creator</a></li>
<li class="level2"><a href="#reference-documentation">Reference Documentation</a></li>
<li class="level1"><a href="#qt-project-community">Qt Project Community</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">Getting Started with Qt</h1>
<span class="subtitle"></span>
<!-- $$$gettingstarted.html-description -->
<div class="descr"> <a name="details"></a>
<p>You can install the Qt Framework and tools by using an online or offline installer or by building the source packages yourself. In the <i>online installer</i>, you can select the Qt versions, tools, and Add-On components to download and install depending on the license attached to your <a href="http://www.qt.io/qt-account/">Qt Account</a>.</p>
<p>An <i>offline installer</i> is a single package that contains all of Qt and Add-Ons relevant for a target platform.</p>
<p>You can download Qt 5 installers from the <a href="http://qt.io/download">Downloads</a> page.</p>
<p>You can use the Qt installers to download and install the following components:</p>
<ul>
<li>Qt libraries, prebuilt for a particular development platform (operating system and compiler)</li>
<li>Qt Creator integrated development environment (IDE)</li>
<li>Reference Documentation and examples</li>
<li>Qt in source code form (needed only if you want to build the framework and tools yourself)</li>
<li>Add-On components that are relevant for different platforms</li>
</ul>
<p>After downloading, start the installer like any executable on the development platform.</p>
<p>To run the installer, you need a Qt Account. You can use your Qt Account credentials to sign-in to all Qt services, including the forums and wiki. If you do not already have a Qt Account, you can create one during the installation process.</p>
<p>To complete the installation, select the components that you want to install and follow the instructions of the installation program.</p>
<p>Use the Maintenance Tool under <i>&lt;install_dir&gt;</i> to add components and to update or remove installed components.</p>
<a name="platform-requirements"></a>
<h3 >Platform Requirements</h3>
<p>Developing applications on different platforms are covered in the platform pages.</p>
<ul>
<li><a href="androidgs.html">Android</a></li>
<li><a href="ios-support.html">iOS</a></li>
<li><a href="windows-support.html">Windows</a></li>
<li><a href="linux.html">Linux/X11</a></li>
<li><a href="osx.html">OS X</a></li>
<li><a href="winrt-support.html">Windows Runtime</a></li>
<li><a href="wince-with-qt-introduction.html">WinCE</a></li>
</ul>
<p>For more information, visit the <a href="supported-platforms.html">supported platforms</a> page.</p>
<a name="explore-qt"></a>
<h2 id="explore-qt">Explore Qt</h2>
<p>We invite you to explore the rest of Qt. We prepared overviews which help you decide which APIs to use and our examples demonstrate how to use them.</p>
<p>To view a list of all Qt examples, visit the <a href="all-examples.html">List of Qt Examples</a> page.</p>
<a name="setting-up-projects"></a>
<h3 >Setting Up Projects</h3>
<ul>
<li><a href="http://doc.qt.io/qtcreator/quick-projects.html">Qt Quick Projects</a></li>
<li><a href="http://doc.qt.io/qtcreator/creator-writing-program.html">Qt Widget Projects</a></li>
<li><a href="http://doc.qt.io/qtcreator/creator-configuring-projects.html">Configuring Projects</a></li>
</ul>
<a name="developing-with-qt-creator"></a>
<h3 >Developing with Qt Creator</h3>
<ul>
<li><a href="http://doc.qt.io/qtcreator/creator-building-targets.html">Building for Multiple Platforms</a></li>
<li><a href="http://doc.qt.io/qtcreator/creator-running-targets.html">Running on Multiple Platforms</a></li>
<li><a href="http://doc.qt.io/qtcreator/creator-deployment.html">Deploying to Mobile Devices</a></li>
<li><a href="http://doc.qt.io/qtcreator/creator-connecting-mobile.html">Connecting Mobile Devices</a></li>
</ul>
<ul>
<li><a href="http://doc.qt.io/qtcreator/creator-building-running.html">See more</a></li>
</ul>
<a name="reference-documentation"></a>
<h3 >Reference Documentation</h3>
<ul>
<li><a href="overviews-main.html">Qt Overviews</a> - list of topics about application development</li>
<li><a href="qtexamplesandtutorials.html">Examples and Tutorials</a> - code samples and tutorials</li>
<li><a href="reference-overview.html">Qt Reference Pages</a> - a listing of C++ and QML APIs</li>
</ul>
<a name="qt-project-community"></a>
<h2 id="qt-project-community">Qt Project Community</h2>
<p>Qt's vibrant and active community site, <a href="http://qt.io">http://qt.io</a> houses a wiki, a forum, and additional learning guides and presentations.</p>
</div>
<!-- @@@gettingstarted.html -->
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</acronym> 2015 The Qt Company Ltd.
   Documentation contributions included herein are the copyrights of
   their respective owners.<br>    The documentation provided herein is licensed under the terms of the    <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation    License version 1.3</a> as published by the Free Software Foundation.<br>    Qt and respective logos are trademarks of The Qt Company Ltd.     in Finland and/or other countries worldwide. All other trademarks are property
   of their respective owners. </p>
</div>
</body>
</html>