This file is indexed.

/usr/share/qt5/doc/qtdoc/build-sources.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
118
119
120
121
122
123
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- installation.qdoc -->
  <title>Building Qt Sources | 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>Building Qt Sources</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="level1"><a href="#general-installation-information">General Installation Information</a></li>
<li class="level1"><a href="#windows">Windows</a></li>
<li class="level1"><a href="#os-x">OS X</a></li>
<li class="level1"><a href="#linux-x11">Linux/X11</a></li>
<li class="level1"><a href="#embedded-linux">Embedded Linux</a></li>
<li class="level1"><a href="#android">Android</a></li>
<li class="level1"><a href="#ios">iOS</a></li>
<li class="level1"><a href="#winrt">WinRT</a></li>
<li class="level1"><a href="#windows-ce">Windows CE</a></li>
<li class="level1"><a href="#openssl-version-1-0-0-or-later">OpenSSL (Version 1.0&#x2e;0 or Later)</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">Building Qt Sources</h1>
<span class="subtitle"></span>
<!-- $$$build-sources.html-description -->
<div class="descr"> <a name="details"></a>
<p>There are two ways to install Qt:</p>
<ol class="1">
<li>through the <i>Qt Installers</i> - downloads and installs Qt</li>
<li>through the <i>Qt sources</i>.</li>
</ol>
<p>You can download the Qt 5 installers and sources from the <a href="http://qt.io/download">Downloads</a> page. For more information, visit the <a href="gettingstarted.html">Getting Started with Qt</a> page.</p>
<p>This page lists the relevant information for installing Qt by building the Qt sources. The installation procedure is different on each Qt platform. This page collects the relevant information for the <a href="supported-platforms.html">supported platforms</a>.</p>
<a name="general-installation-information"></a>
<h2 id="general-installation-information">General Installation Information</h2>
<p>Building Qt revolves around using <code>configure</code> to configure Qt for a particular platform with a particular set of Qt features or modules. For more information, visit the following page:</p>
<ul>
<li><a href="configure-options.html">Qt Configure Options</a></li>
</ul>
<a name="windows"></a>
<h2 id="windows">Windows</h2>
<ul>
<li><a href="windows-requirements.html">Qt for Windows - Requirements</a></li>
<li><a href="windows-building.html">Qt for Windows - Building from Source</a></li>
</ul>
<a name="os-x"></a>
<h2 id="os-x">OS X</h2>
<ul>
<li><a href="osx-requirements.html">Qt for OS X - Requirements</a></li>
<li><a href="osx-building.html">Qt for OS X - Building from Source</a></li>
</ul>
<a name="linux-x11"></a>
<h2 id="linux-x11">Linux/X11</h2>
<ul>
<li><a href="linux-requirements.html">Qt for X11 Requirements</a></li>
<li><a href="linux-building.html">Qt for Linux/X11 - Building from Source</a></li>
</ul>
<a name="embedded-linux"></a>
<h2 id="embedded-linux">Embedded Linux</h2>
<ul>
<li><a href="embedded-linux.html#configuring-for-a-specific-device">Qt for Embedded Linux - Building from Source</a></li>
</ul>
<a name="android"></a>
<h2 id="android">Android</h2>
<ul>
<li><a href="http://wiki.qt.io/Qt5ForAndroidBuilding">Qt for Android - Building from Source</a></li>
</ul>
<a name="ios"></a>
<h2 id="ios">iOS</h2>
<ul>
<li><a href="building-from-source-ios.html">Qt for iOS - Building from Source</a></li>
</ul>
<a name="winrt"></a>
<h2 id="winrt">WinRT</h2>
<ul>
<li><a href="winrt-support.html#building-from-source">Qt for WinRT - Building from Source</a></li>
</ul>
<a name="windows-ce"></a>
<h2 id="windows-ce">Windows CE</h2>
<ul>
<li><a href="requirements-wince.html">Qt for Windows CE Requirements</a></li>
<li><a href="install-wince.html">Installing Qt for Windows CE</a></li>
</ul>
<a name="openssl-v1later"></a><a name="openssl-version-1-0-0-or-later"></a>
<h2 id="openssl-version-1-0-0-or-later">OpenSSL (Version 1.0&#x2e;0 or Later)</h2>
<p>Support for <a href="../qtnetwork/ssl.html#ssl">Secure Sockets Layer (SSL)</a> communication is provided by the <a href="http://www.openssl.org/">OpenSSL Toolkit</a>, which must be obtained separately.</p>
<p>From Qt version 5.2 onwards, the officially supported version for OpenSSL is 1.0&#x2e;0 or later. Versions &gt;= 0.9&#x2e;7 and &lt; 1.0&#x2e;0 might work, but are not guaranteed to.</p>
<p>More information about enabling SSL support can be found in the <a href="../qtnetwork/ssl.html">Secure Sockets Layer (SSL) Classes</a> document.</p>
</div>
<!-- @@@build-sources.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>