This file is indexed.

/usr/share/qt5/doc/qtdoc/mobiledevelopment.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
<?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" />
<!-- mobile.qdoc -->
  <title>Mobile APIs | 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>Mobile APIs</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="#supported-mobile-platforms">Supported Mobile Platforms</a></li>
<li class="level1"><a href="#sensors">Sensors</a></li>
<li class="level1"><a href="#positioning">Positioning</a></li>
<li class="level1"><a href="#bluetooth">Bluetooth</a></li>
<li class="level1"><a href="#nfc">NFC</a></li>
</ul>
</div>
<h1 class="title">Mobile APIs</h1>
<span class="subtitle"></span>
<!-- $$$mobiledevelopment.html-description -->
<div class="descr"> <a name="details"></a>
<p>New in Qt 5 are APIs for mobile platforms. These APIs access various hardware and mobile features. There are also APIs for extending support to other devices and platforms.</p>
<a name="supported-mobile-platforms"></a>
<h3>Supported Mobile Platforms</h3>
<p>The following pages contain information about setting up Qt Creator and how to get started with the mobile platforms:</p>
<ul>
<li><a href="android-support.html">Android</a></li>
<li><a href="ios-support.html">iOS</a></li>
<li><a href="http://qt-project.org/wiki/BlackBerry">BlackBerry 10</a></li>
</ul>
<a name="sensors"></a>
<h2>Sensors</h2>
<p>The Qt Sensors module's APIs allow access to various hardware sensors. Accelerometers, light sensors, compass, and gyroscope sensors are one of the many types of sensors supported by the QML and C++ APIs.</p>
<ul>
<li><a href="../qtsensors/qtsensors-index.html">Qt Sensors</a></li>
</ul>
<a name="positioning"></a>
<h2>Positioning</h2>
<p>Accessing location information through Global Positioning System (GPS) or Cell ID positioning is available through the positioning APIs from the Qt Positioning module. Additionally, devices which use NMEA protocols can be used as a source.</p>
<ul>
<li><a href="../qtpositioning/qtpositioning-index.html">Qt Positioning</a></li>
</ul>
<a name="bluetooth"></a>
<h2>Bluetooth</h2>
<p>The Qt Bluetooth module's APIs allows access to Bluetooth-enabled devices. There are APIs for scanning Bluetooth devices and sharing data among devices. The APIs have support for radio-frequency communication (RFCOMM) and OBEX Object Push Profile (OPP) protocols.</p>
<ul>
<li><a href="whatsnew53.html#qt-bluetooth">Qt Bluetooth</a></li>
</ul>
<a name="nfc"></a>
<h2>NFC</h2>
<p>Near field communication (NFC) support is provided by the Qt NFC module. The QML and C++ APIs sets up communication between NFC Forum Tags and NFC Forum Devices through the of NFC Logical Link Control Protocol (LLCP).</p>
<ul>
<li>Qt NFC</li>
</ul>
</div>
<!-- @@@mobiledevelopment.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>