core/com.nokia.carbide.cpp.doc.user/html/qt_help/qt_importing_projs_04.htm
author fturovic <frank.turovich@nokia.com>
Tue, 26 Jan 2010 13:41:56 -0600
changeset 819 8121a281245c
parent 0 fb279309251b
child 1376 120480c02651
permissions -rw-r--r--
BUG 10603 - removed sophia text references from 3.0

<!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>Importing Qt Projects</title>
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
</head>
<body bgcolor="#FFFFFF">
<h2>Importing Qt Projects</h2>
<p>Use the <b>Qt Project</b> import wizard to import  Qt-based projects  based on Qt SDKs integrated into Symbian. The wizard walks you through the process of importing a Qt project, stored as a <span class="code">.pro</span> file.</p>
<p>To import a Qt project:</p>
<ol>
  <li><a href="qt_importing_projs_01.htm">Launch the importer</a></li>
  <li><a href="qt_importing_projs_01.htm">Select type of Qt project</a></li>
  <li><a href="qt_importing_projs_03.htm">Select .pro file to import</a></li>
  <li><b>Choose build targets</b></li>
</ol>
<p class="note"><b>NOTE</b> If everything is built correctly, the <span class="code">QtCore.lib</span> should be in your SDK's <span class="code">&lt;platform&gt; &lt;target&gt; UDEB</span> directory.  If this library is missing, then the SDK will not show up as a supported SDK-target in the build configurations. </p>
<p class="note"><b>NOTE</b> There must be at least one recognized SDK installed before you can create a project. See the <a href="../reference/SDKPreferences.html">SDK Preferences panel</a> to determine if the installed SDKs are recognized by Carbide.c++ IDE. If the SDK you have is not recognized, you may still be able to <a href="../tasks/sdks/sdk_add.htm">add</a> it to the Discovered Symbian OS SDK list.</p>
<h3>Select .pro file to import</h3>
<p>Use the<b> Build Targets </b> page in the <b>File Import Wizard</b> to select which SDKs and build configurations to associate with the project,  then click <b>Finish</b>. The <span class="code">.pro</span> file is imported and a new project created in the <a href="../reference/view_cpp_projects.htm">Project Explorer</a> view.</p>
<p align="center"><img src="images/qt_import_03_build_targets.png"></p>
<p class="figure">Figure 1. File Import wizard - Build Targets page</p>
<table width="100%"  border="0" cellpadding="2" cellspacing="0">
  <tr>
    <th width="27%" scope="col">Item</th>
    <th width="62%" scope="col">Explanation</th>
  </tr>
  <tr>
    <td><b>SDKs and Build Configurations</b></td>
    <td>Shows the list of available SDKs and build configurations to associate with this project upon import. </td>
  </tr>
  <tr>
    <td><b>Filter build configurations that don't contain Qt support</b></td>
    <td><p>Enable to filter out of the  SDKs and Build Configurations list any SDK or build configurations that Qt does not support. If disabled, all SDKs are shown and available for selection, whether they support Qt or not. The default setting is enabled.</p>
    </td>
  </tr>
</table>
<h4>Other references</h4>
<ul>
  <li><a href="qt_overview.htm">Qt Project Support</a></li>
</ul>
<div id="footer">Copyright &copy; 2009 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>