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 124 125 126
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.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>Qt 4.8: Installing Qt for Windows CE</title>
<link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
<div class="content">
<a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a>
</div>
<div class="breadcrumb toolblock">
<ul>
<li class="first"><a href="index.html">Home</a></li>
<!-- Breadcrumbs go here -->
<li>Installing Qt for Windows CE</li>
</ul>
</div>
</div>
<div class="content mainContent">
<link rel="prev" href="installation.html" />
<p class="naviNextPrevious headerNavi">
<a class="prevPage" href="installation.html">Installation</a>
</p><p/>
<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-demos-and-examples">Qt Demos and Examples</a></li>
</ul>
</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>Step 1: Install the License File (commercial editions only)</h2>
<p>Uncompress the files into the directory you want to install Qt into; e.g., <tt>C:\Qt\4.8.2</tt>.</p>
<p><b>Note:</b> The install path must not contain any spaces.</p>
<a name="step-2-set-the-environment-variables"></a>
<h2>Step 2: Set the Environment variables</h2>
<p>In order to build and use Qt, the <tt>PATH</tt> environment variable needs to be extended:</p>
<pre class="cpp"> PATH - to locate qmake, moc and other Qt tools</pre>
<p>This is done by adding <tt>c:\Qt\4.8.2\bin</tt> to the <tt>PATH</tt> variable.</p>
<p>For newer versions of Windows, <tt>PATH</tt> can be extended through "Control Panel->System->Advanced->Environment variables" and for older versions by editing <tt>c:\autoexec.bat</tt>.</p>
<p>Make sure the enviroment variables for your compiler are set. Visual Studio includes <tt>vcvars32.bat</tt> for that purpose - or simply use the "Visual Studio Command Prompt" from the Start menu.</p>
<a name="step-3-configure-qt"></a>
<h2>Step 3: Configure Qt</h2>
<p>To configure Qt for Windows Mobile 5.0 for Pocket PC, type the following:</p>
<pre class="cpp"> C:
cd \Qt\4.8.2
configure -platform win32-msvc2005 -xplatform wincewm50pocket-msvc2005</pre>
<p>If you want to configure Qt for another platform or with other options, type <tt>configure -help</tt> to get a list of all available options. The <a href="configure-options.html">Configuration Options for Qt</a> page gives a brief overview of these. See the <tt>README</tt> file for the list of supported platforms.</p>
<a name="step-4-build-qt-library"></a>
<h2>Step 4: Build Qt Library</h2>
<p>Now, to build Qt you first have to update your <tt>PATH</tt>, <tt>INCLUDE</tt> and <tt>LIB</tt> paths to point to the correct resources for your target platforms. For a default installation of the Windows Mobile 5.0 Pocket PC SDK, this is done with the following commands:</p>
<pre class="cpp"> set INCLUDE=C:\Program Files\Microsoft Visual Studio 8\VC\ce\include;C:\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Pocket PC SDK\Include\Armv4i
set LIB=C:\Program Files\Microsoft Visual Studio 8\VC\ce\lib\armv4i;C:\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Pocket PC SDK\Lib\ARMV4I
set PATH=C:\Program Files\Microsoft Visual Studio 8\VC\ce\bin\x86_arm;%PATH%</pre>
<p>We provide a convenience script for this purpose, called <tt>setcepaths</tt>. Simply type:</p>
<pre class="cpp"> setcepaths wincewm50pocket-msvc2005</pre>
<p>Then to build Qt type:</p>
<pre class="cpp"> nmake</pre>
<p><b>That's all. Qt is now installed.</b></p>
<a name="qt-demos-and-examples"></a>
<h2>Qt Demos and Examples</h2>
<p>To get started with Qt, you can check out the examples found in the <tt>examples</tt> directory of your Qt installation. The documentation can be found in <tt>doc\html</tt>.</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="how-to-learn-qt.html">How to Learn Qt</a></li>
<li><a href="tutorials.html">Tutorials</a></li>
<li><a href="http://qt.nokia.com/developer">Developer Zone</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-builds-wince.html">Windows CE - Using shadow builds</a></li>
<li><a href="windowsce-signing.html">Windows CE - Signing</a></li>
</ul>
<p>Information on feature and performance tuning for embedded builds can be found on the following pages:</p>
<ul>
<li><a href="fine-tuning-features.html">Fine-Tuning Features in Qt</a></li>
<li><a href="qt-performance.html">Qt Performance Tuning</a></li>
</ul>
<p>We hope you will enjoy using Qt. Good luck!</p>
</div>
<!-- @@@install-wince.html -->
<p class="naviNextPrevious footerNavi">
<a class="prevPage" href="installation.html">Installation</a>
</p>
<div class="ft">
<span></span>
</div>
</div>
<div class="footer">
<p>
<acronym title="Copyright">©</acronym> 2012 Nokia Corporation and/or its
subsidiaries. Documentation contributions included herein are the copyrights of
their respective owners.</p>
<br />
<p>
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.</p>
<p>
Documentation sources may be obtained from <a href="http://www.qt-project.org">
www.qt-project.org</a>.</p>
<br />
<p>
Nokia, Qt and their respective logos are trademarks of Nokia Corporation
in Finland and/or other countries worldwide. All other trademarks are property
of their respective owners. <a title="Privacy Policy"
href="http://en.gitorious.org/privacy_policy/">Privacy Policy</a></p>
</div>
</body>
</html>
|