~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to doc/html/install-wince.html

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2009-11-02 18:30:08 UTC
  • mfrom: (1.2.2 upstream)
  • mto: (15.2.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 88.
  • Revision ID: james.westby@ubuntu.com-20091102183008-b6a4gcs128mvfb3m
Tags: upstream-4.6.0~beta1
ImportĀ upstreamĀ versionĀ 4.6.0~beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<!DOCTYPE html
3
3
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
4
4
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
 
<!-- /fasttmp/mkdist-qt-4.5.2-1245473805/qt-x11-opensource-src-4.5.2/doc/src/installation.qdoc -->
 
5
<!-- installation.qdoc -->
6
6
<head>
7
 
  <title>Qt 4.5: Installing Qt on Windows CE</title>
 
7
  <title>Qt 4.6: Installing Qt on Windows CE</title>
8
8
  <link rel="prev" href="installation.html" />
9
9
  <link href="classic.css" rel="stylesheet" type="text/css" />
10
10
</head>
11
11
<body>
12
12
<table border="0" cellpadding="0" cellspacing="0" width="100%">
13
13
<tr>
14
 
<td align="left" valign="top" width="32"><a href="http://qtsoftware.com/products/qt"><img src="images/qt-logo.png" align="left" border="0" /></a></td>
15
 
<td width="1">&nbsp;&nbsp;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a>&nbsp;&middot; <a href="namespaces.html"><font color="#004faf">All&nbsp;Namespaces</font></a>&nbsp;&middot; <a href="classes.html"><font color="#004faf">All&nbsp;Classes</font></a>&nbsp;&middot; <a href="mainclasses.html"><font color="#004faf">Main&nbsp;Classes</font></a>&nbsp;&middot; <a href="groups.html"><font color="#004faf">Grouped&nbsp;Classes</font></a>&nbsp;&middot; <a href="modules.html"><font color="#004faf">Modules</font></a>&nbsp;&middot; <a href="functions.html"><font color="#004faf">Functions</font></a></td>
16
 
<td align="right" valign="top" width="230"></td></tr></table><p>
 
14
<td align="left" valign="top" width="32"><a href="http://qt.nokia.com/"><img src="images/qt-logo.png" align="left" border="0" /></a></td>
 
15
<td width="1">&nbsp;&nbsp;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a>&nbsp;&middot; <a href="classes.html"><font color="#004faf">All&nbsp;Classes</font></a>&nbsp;&middot; <a href="functions.html"><font color="#004faf">All&nbsp;Functions</font></a>&nbsp;&middot; <a href="overviews.html"><font color="#004faf">Overviews</font></a></td><td class="searchBar" align="right" valign="center"><form action="http://www.google.com/cse" id="cse-search-box"><div><input type="hidden" name="cx" value="000136343326384750312:dhbxnqlakyu" /><input type="hidden" name="ie" value="UTF-8" /><input type="text" name="q" size="31" /><input type="submit" name="sa" value="Search" /></div></form></td>
 
16
</tr></table><p>
17
17
[Previous: <a href="installation.html">Installation</a>]
18
18
</p>
19
19
<h1 class="title">Installing Qt on Windows CE<br /><span class="subtitle"></span>
20
20
</h1>
21
21
<p><b>Note:</b> 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>
22
22
<ol type="1">
23
 
<li>Uncompress the files into the directory you want to install Qt into; e.g&#x2e;, <tt>C:\Qt\4.5.2</tt>.<p><b>Note:</b> The install path must not contain any spaces.</p>
 
23
<li>Uncompress the files into the directory you want to install Qt into; e.g&#x2e;, <tt>C:\Qt\4.6.0</tt>.<p><b>Note:</b> The install path must not contain any spaces.</p>
24
24
</li>
25
25
<li>Environment variables<p>In order to build and use Qt, the <tt>PATH</tt> environment variable needs to be extended:</p>
26
26
<pre> PATH               - to locate qmake, moc and other Qt tools</pre>
27
 
<p>This is done by adding <tt>c:\Qt\4.5.2\bin</tt> to the <tt>PATH</tt> variable.</p>
 
27
<p>This is done by adding <tt>c:\Qt\4.6.0\bin</tt> to the <tt>PATH</tt> variable.</p>
28
28
<p>For newer versions of Windows, <tt>PATH</tt> can be extended through &quot;Control Panel-&gt;System-&gt;Advanced-&gt;Environment variables&quot; and for older versions by editing <tt>c:\autoexec.bat</tt>.</p>
29
29
<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 &quot;Visual Studio Command Prompt&quot; from the Start menu.</p>
30
30
</li>
31
31
<li>Configuring Qt<p>To configure Qt for Windows Mobile 5.0 for Pocket PC, type the following:</p>
32
32
<pre> C:
33
 
 cd \Qt\4.5.2
 
33
 cd \Qt\4.6.0
34
34
 configure -platform win32-msvc2005 -xplatform wincewm50pocket-msvc2005</pre>
35
35
<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. See the <tt>README</tt> file for the list of supported platforms.</p>
36
36
</li>
49
49
<ul>
50
50
<li><a href="how-to-learn-qt.html">How to Learn Qt</a></li>
51
51
<li><a href="tutorials.html">Tutorials</a></li>
52
 
<li><a href="http://www.qtsoftware.com/developer">Developer Zone</a></li>
 
52
<li><a href="http://qt.nokia.com/developer">Developer Zone</a></li>
53
53
<li><a href="deployment.html">Deploying Qt Applications</a></li>
54
54
</ul>
55
55
<p>You might also want to try the following Windows CE specific links:</p>
71
71
</p>
72
72
<p /><address><hr /><div align="center">
73
73
<table width="100%" cellspacing="0" border="0"><tr class="address">
74
 
<td width="30%" align="left">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies)</td>
75
 
<td width="40%" align="center"><a href="trademarks.html">Trademarks</a></td>
76
 
<td width="30%" align="right"><div align="right">Qt 4.5.2</div></td>
77
 
</tr></table></div></address></body>
 
74
<td width="40%" align="left">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies)</td>
 
75
<td width="20%" align="center"><a href="trademarks.html">Trademarks</a></td>
 
76
<td width="40%" align="right"><div align="right">Qt 4.6.0</div></td>
 
77
<script type="text/javascript" src="http://www.google.com/jsapi"></script><script type="text/javascript">google.load("elements", "1", {packages: "transliteration"});</script><script type="text/javascript" src="http://www.google.com/coop/cse/t13n?form=cse-search-box&t13n_langs=en"></script><script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script></tr></table></div></address></body>
78
78
</html>