This file is indexed.

/usr/share/qt5/doc/qtdoc/gettingstarted.html is in qt5-doc-html 5.3.2-3.

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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- gettingstarted.qdoc -->
  <title>Getting Started with Qt | QtDoc 5.3</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.3</a></li>
<li>Getting Started with Qt</li>
<li id="buildversion">
Qt 5.3.2 Reference Documentation</li>
    </ul>
    </div>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<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>
<h1 class="title">Getting Started with Qt</h1>
<span class="subtitle"></span>
<!-- $$$gettingstarted.html-description -->
<div class="descr"> <a name="details"></a>
<p>Qt Framework and tools can be installed using an online installer, offline installers, or by building the source packages yourself. The <i>online installers</i> give you the option to download or install only certain modules or add-ons. An <i>offline installer</i> is a single package which contains all of Qt and Add-Ons relevant for a target platform.</p>
<p>The open-source versions are found at the <a href="http://qt-project.org/downloads">Downloads</a> page and the commercial versions are available for a free trial from <a href="http://qt.digia.com/Try-Buy/">Digia</a>.</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. Select the components that you want to install and follow the instructions of the installation program to complete the installation.</p>
<p>Use the Maintenance Tool under <i>&lt;install_dir&gt;</i> to add, 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="macosx.html">Mac 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>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://qt-project.org/doc/qtcreator/quick-projects.html">Qt Quick Projects</a></li>
<li><a href="http://qt-project.org/doc/qtcreator/creator-writing-program.html">Qt Widget Projects</a></li>
<li><a href="http://qt-project.org/doc/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://qt-project.org/doc/qtcreator/creator-building-targets.html">Building for Multiple Platforms</a></li>
<li><a href="http://qt-project.org/doc/qtcreator/creator-running-targets.html">Running on Multiple Platforms</a></li>
<li><a href="http://qt-project.org/doc/qtcreator/creator-deployment.html">Deploying to Mobile Devices</a></li>
<li><a href="http://qt-project.org/doc/qtcreator/creator-connecting-mobile.html">Connecting Mobile Devices</a></li>
</ul>
<ul>
<li><a href="http://qt-project.org/doc/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>Qt Project Community</h2>
<p>Qt's vibrant and active community site, <a href="http://qt-project.org">http://qt-project.org</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> 2014 Digia Plc and/or its
   subsidiaries. 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>    Digia, Qt and their respective logos are trademarks of Digia Plc     in Finland and/or other countries worldwide. All other trademarks are property
   of their respective owners. </p>
</div>
</body>
</html>