This file is indexed.

/usr/share/qt5/doc/qtdoc/wince-with-qt-introduction.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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- wince-introduction.qdoc -->
  <title>Windows CE - Introduction to using 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>Windows CE - Introduction to using 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="level1"><a href="#required-tools">Required Tools</a></li>
<li class="level1"><a href="#installing-qt">Installing Qt</a></li>
<li class="level1"><a href="#building-your-own-applications">Building Your Own Applications</a></li>
<li class="level1"><a href="#running-the-application">Running the Application</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">Windows CE - Introduction to using Qt</h1>
<span class="subtitle"></span>
<!-- $$$wince-with-qt-introduction.html-description -->
<div class="descr"> <a name="details"></a>
<a name="required-tools"></a>
<h2 id="required-tools">Required Tools</h2>
<p>In order to use Qt for Windows CE you need to have Visual Studio 2005 or 2008 and at least one of the supported Windows CE/Mobile SDKs installed. Note, that the Visual Studio 2008 Standard Edition doesn't come with Windows CE support. You will need the Professional Edition, if you're using Visual Studio 2008.</p>
<a name="installing-qt"></a>
<h2 id="installing-qt">Installing Qt</h2>
<p>Follow the instructions found in <a href="install-wince.html">Installing Qt for Windows CE</a>.</p>
<a name="building-your-own-applications"></a>
<h2 id="building-your-own-applications">Building Your Own Applications</h2>
<p>If you are new to Qt development, have a look at <a href="overviews-main.html">Qt Overviews</a> and <a href="qtexamplesandtutorials.html">Tutorials</a>. In general there is little or no difference in developing Qt applications for Windows CE compared to any of the other platforms supported by Qt.</p>
<p>Once you have a <code>.pro</code> file, you can build from the command line. Simply write:</p>
<pre class="cpp">qmake
nmake</pre>
<p>For more information on how to use qmake have a look at the <a href="winrt-support.html#getting-started">qmake Tutorial</a>.</p>
<a name="running-the-application"></a>
<h2 id="running-the-application">Running the Application</h2>
<p>In order to run the application, it needs to be deployed on the Windows CE/Mobile device you want to test it for. This can either be done manually or automated using Visual Studio.</p>
<p>To do it manually, simply copy the executable, the Qt <code>.dll</code> files needed for the application to run, and the C-runtime library into a folder on the device, and then click on the executable to start the program. You can either use the <i>Explorer</i> found in ActiveSync or the <i>Remote File Viewer</i> found in Visual Studio to do this.</p>
<p>Further information on deploying Qt applications for Windows can be found in the <a href="windows-deployment.html">deployment document</a>.</p>
</div>
<!-- @@@wince-with-qt-introduction.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>