/usr/share/qt5/doc/qtdoc/install-wince.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 | <?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>Installing Qt for Windows CE | 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>Installing Qt for Windows CE</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="#step-1-install-the-license-file-commercial-editions-only">Step 1: Install the License File (Commercial Editions Only)</a></li>
<li class="level1"><a href="#step-2-set-the-environment-variables">Step 2: Set the Environment Variables</a></li>
<li class="level1"><a href="#step-3-configure-qt">Step 3: Configure Qt</a></li>
<li class="level1"><a href="#step-4-build-qt-library">Step 4: Build Qt Library</a></li>
<li class="level1"><a href="#qt-examples">Qt Examples</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">Installing Qt for Windows CE</h1>
<span class="subtitle"></span>
<!-- $$$install-wince.html-description -->
<div class="descr"> <a name="details"></a>
<p>Qt for Windows CE has some requirements that are given in more detail in the <a href="requirements-wince.html">Qt for Windows CE Requirements</a> document.</p>
<a name="step-1-install-the-license-file-commercial-editions-only"></a>
<h2 id="step-1-install-the-license-file-commercial-editions-only">Step 1: Install the License File (Commercial Editions Only)</h2>
<p>Uncompress the files to the directory where you want to build; e.g., <code>C:\Qt\5.5.1</code>.</p>
<p><b>Note: </b>The install path must not contain any spaces.</p><a name="step-2-set-the-environment-variables"></a>
<h2 id="step-2-set-the-environment-variables">Step 2: Set the Environment Variables</h2>
<p>In order to build and use Qt, the <code>PATH</code> environment variable needs to be extended:</p>
<p>Make sure the environment variables for your compiler are set. Or simply use the "<b>Visual Studio Command Prompt</b>" from the Start menu.</p>
<a name="step-3-configure-qt"></a>
<h2 id="step-3-configure-qt">Step 3: Configure Qt</h2>
<p>To configure Qt, for a custom SDK, type the following:</p>
<pre class="cpp">C:
cd \<span class="type"><a href="../qtcore/qt.html">Qt</a></span>\<span class="number">5.5.1</span>
configure <span class="operator">-</span>platform <span class="operator">-</span>xplatform wincewm70customsdk<span class="operator">-</span>msvc2008</pre>
<p>If you want to configure Qt for another platform or with other options, type <code>configure -help</code> to get a list of all available options. See the <code>README</code> file for the list of supported platforms.</p>
<a name="step-4-build-qt-library"></a>
<h2 id="step-4-build-qt-library">Step 4: Build Qt Library</h2>
<p>To build Qt type:</p>
<pre class="cpp">nmake
nmake install</pre>
<p><b>That's all. Qt is now installed.</b></p>
<a name="qt-examples"></a>
<h2 id="qt-examples">Qt Examples</h2>
<p>To get started with Qt, you can check out the examples found in the <code>examples</code> directory of your Qt installation. The documentation can be found in <code>doc\html</code>.</p>
<p><b>Note: </b>If you reconfigure Qt for a different platform, make sure you start with a new clean console to get rid of the platform dependent include directories.</p><p>The links below provide further information for using Qt:</p>
<ul>
<li><a href="qtexamplesandtutorials.html">Qt Examples and Tutorials</a></li>
<li><a href="deployment.html">Deploying Qt Applications</a></li>
</ul>
<p>You might also want to try the following Windows CE specific links:</p>
<ul>
<li><a href="wince-with-qt-introduction.html">Windows CE - Introduction to using Qt</a></li>
<li><a href="windowsce-customization.html">Windows CE - Working with Custom SDKs</a></li>
<li><a href="shadow.html">Windows CE - Using shadow builds</a></li>
<li><a href="windowsce-signing.html">Windows CE - Signing</a></li>
</ul>
<p>We hope you will enjoy using Qt. Good luck!</p>
</div>
<!-- @@@install-wince.html -->
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<p>
<acronym title="Copyright">©</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>
|