core/com.nokia.carbide.cpp.doc.user/html/qt_help/qt_project_setup.htm
changeset 0 fb279309251b
child 774 e330e7e31fc5
child 819 8121a281245c
equal deleted inserted replaced
-1:000000000000 0:fb279309251b
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
       
     2 <html>
       
     3 <head>
       
     4 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
       
     5 <meta http-equiv="Content-Style-Type" content="text/css" />
       
     6 <meta name="LASTUPDATED" content="06/17/05 11:09:43" />
       
     7 <title>Qt Development Setup</title>
       
     8 <link rel="StyleSheet" href="../../book.css" type="text/css"/>
       
     9 </head>
       
    10 <body bgcolor="#FFFFFF">
       
    11 <h2>Qt Development Setup</h2>
       
    12 <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>
       
    13 <p>You should have the Qt SDK for S60 that works with the S60 SDK in order to develop applications with Carbide. These steps include:</p>
       
    14 <ol type="a">
       
    15   <li>Download  the <a href="http://trolltech.com/developer/technical-preview-qt-for-s60">Qt SDK for S60</a> package</li>
       
    16   <li>Install the Qt SDK using the instructions found in the INSTALL file located in the Qt SDK for S60 folder, including:
       
    17     <ol>
       
    18         <ol>
       
    19           <li>Install needed IDE and SDKs</li>
       
    20           <li>Install Qt</li>
       
    21           <li>Setup Environment Variables</li>
       
    22           <li>Configure Qt</li>
       
    23           <li>Build Qt</li>
       
    24         </ol>
       
    25     </ol>
       
    26   </li>
       
    27 </ol>
       
    28 <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 S60.</p>
       
    29 <h4>Other references</h4>
       
    30 <ul>
       
    31   <li><a href="qt_overview.htm">Qt Project Support</a></li>
       
    32 </ul>
       
    33 <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>
       
    34 </body>
       
    35 </html>