core/com.nokia.carbide.cpp.doc.user/html/qt_help/qt_project_setup.htm
author fturovic <frank.turovich@nokia.com>
Tue, 20 Jul 2010 16:45:01 -0500
changeset 1648 0d551b392c77
parent 1376 120480c02651
child 1791 727385d8e2b3
permissions -rw-r--r--
updated Menu section of manual

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
<title>Qt Development Setup</title>
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
</head>
<body bgcolor="#FFFFFF">
<h2>Qt Development Setup</h2>
<p>There are some prerequisites to using Qt projects within the Carbide environment. This includes downloading the correct SDKs, building <span class="code">qmake</span> to use the SDKs, and finally, building the libraries for your target environments. </p>
<p>You should have the <strong>Nokia Qt SDK 1.0</strong> in order to develop Qt applications with Carbide. These steps include:</p>
<ol type="a">
  <li>Download  the <a href="http://www.forum.nokia.com/Develop/Qt/">Nokia Qt SDK 1.0</a> package</li>
  <li>Install the Qt SDK using the instructions found in the <span class="code">INSTALL</span> file located in the Qt SDK for Symbian folder, including:
  <ol>
        <ol>
          <li>Install needed IDE and SDKs</li>
          <li>Install Qt</li>
          <li>Setup Environment Variables</li>
          <li>Configure Qt</li>
          <li>Build Qt</li>
        </ol>
    </ol>
  </li>
</ol>
<p>Once  completed, you should be able to <a href="qt_importing_projs_01.htm">import</a> or create <a href="qt_creating_projs_01.htm">new</a> projects using the Qt SDK for Symbian.</p>
<h4>Other references</h4>
<ul>
  <li><a href="qt_overview.htm">Qt Project Support</a></li>
</ul>
<div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
</body>
</html>