This file is indexed.

/usr/share/qt5/doc/qtdoc/build-sources.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
114
115
116
117
118
119
120
121
122
<?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" />
<!-- installation.qdoc -->
  <title>Building Qt Sources | 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>Building Qt Sources</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="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="#mac-osx">Mac OSX</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>
<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-project.org/downloads">Downloads</a> page. For more information, visit the <a href="gettingstarted.html">Getting Started with Qt</a> page.</p>
<p><b>Note: </b>Qt Enterprise packages are available from the <a href="http://qt.digia.com/Try-Buy/">Try Qt Enterprise</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>General Installation Information</h2>
<p>Building Qt revolves around using <tt>configure</tt> 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>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="mac-osx"></a>
<h2>Mac OSX</h2>
<ul>
<li><a href="macosx-requirements.html">Qt for Mac OS X - Requirements</a></li>
<li><a href="macosx-building.html">Qt for Mac OS X - Building from Source</a></li>
</ul>
<a name="linux-x11"></a>
<h2>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>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>Android</h2>
<ul>
<li><a href="http://qt-project.org/wiki/Qt5ForAndroidBuilding">Qt for Android - Building from Source</a></li>
</ul>
<a name="ios"></a>
<h2>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>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>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>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> 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>