Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > a6711891ce757817bba854bf3f25205a > files > 2485

qtjambi-doc-4.3.3-3mdv2008.1.i586.rpm

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- /home/gvatteka/dev/qt-4.3/doc/src/rcc.qdoc -->
<head>
  <title>Resource Compiler (rcc)</title>
  <link href="classic.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1 align="center">Resource Compiler (rcc)<br /><small></small></h1>
<a name="rcc"></a><p>The <tt>rcc</tt> tool is used to embed resources into a Qt application during the build process. It works by generating a C++ source file containing data specified in a Qt resource (.qrc) file.</p>
<p>Usage:</p>
<pre>    rcc [options] &lt;inputs&gt;</pre>
<p>RCC accepts the following command line options:</p>
<p><table align="center" cellpadding="2" cellspacing="1" border="0">
<thead><tr valign="top" class="qt-style"><th>Option</th><th>Argument</th><th>Description</th></tr></thead>
<tr valign="top" class="odd"><td><tt>-o</tt></td><td></td><td>Writes output to file rather than stdout.</td></tr>
<tr valign="top" class="even"><td><tt>-name</tt></td><td><tt>name</tt></td><td>Creates an external initialization function with name.</td></tr>
<tr valign="top" class="odd"><td><tt>-threshold</tt></td><td><tt>level</tt></td><td>Specifies a threshold to use when compressing files.</td></tr>
<tr valign="top" class="even"><td><tt>-compress</tt></td><td><tt>level</tt></td><td>Compresses input files by the given level.</td></tr>
<tr valign="top" class="odd"><td><tt>-root</tt></td><td><tt>path</tt></td><td>Prefixes the resource access path with root path.</td></tr>
<tr valign="top" class="even"><td><tt>-no-compress</tt></td><td></td><td>Disables all compression.</td></tr>
<tr valign="top" class="odd"><td><tt>-binary</tt></td><td></td><td>Outputs a binary file for use as a dynamic resource.</td></tr>
<tr valign="top" class="even"><td><tt>-version</tt></td><td></td><td>Displays version information.</td></tr>
<tr valign="top" class="odd"><td><tt>-help</tt></td><td></td><td>Displays usage information.</td></tr>
</table></p>
<p>See also <a href="resources.html">The Qt Resource System</tt></a> for more information about embedding resources in Qt applications.</p>
<p /><address><hr /><div align="center">
<table width="100%" cellspacing="0" border="0"><tr class="address">
<td width="30%">Copyright &copy; 2007 <a href="trolltech.html">Trolltech</a></td>
<td width="40%" align="center"><a href="trademarks.html">Trademarks</a></td>
<td width="30%" align="right"><div align="right">Qt Jambi </div></td>
</tr></table></div></address></body>
</html>