core/com.nokia.carbide.cpp.doc.user/html/qt_help/qt_project_properties.htm
author fturovic <frank.turovich@nokia.com>
Fri, 16 Apr 2010 09:51:37 -0500
branchRCL_2_4
changeset 1225 a546534a48de
parent 0 fb279309251b
child 1791 727385d8e2b3
permissions -rw-r--r--
minor edits to remote conn pages, updated copyrights, fixed some broken links

<!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 Project Properties</title>
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
</head>
<body bgcolor="#FFFFFF">
<h2>Qt Project Properties</h2>
<p>The <b>Qt Properties</b> panel provides project-level settings for Qt projects. Qmake will be invoked whenever the <span class="code">.pro</span> file changes so that the <span class="code">bld.inf </span>and <span class="code">.mmp</span> file will always be in sync.</p>
<p align="center"><img src="images/qt_project_properties.png" width="682" height="544"></p>
<p class="figure">Figure 1. Qt Properties panel</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>Use Qt version</b></td>
    <td>Select the Qt version to associate with this project. Choose <b>Default</b> to always use the default Qt version as set in the <a href="qt_pref_panel.htm">Qt preference panel</a> or select from any Qt version listed.</td>
  </tr>
  <tr>
    <td><b>Run qmake when .pro file changes</b></td>
    <td>Enable to keep the Carbide project and <span class="code">.pro</span> file in sync during development. Qmake will be invoked whenever the <span class="code">.pro</span> file changes so that the <span class="code">bld.inf </span>and <span class="code">.mmp</span> file will always be in sync. The default setting is enabled.</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; 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>