Home · All Classes · Main Classes · Grouped Classes · Modules · Functions

Resource Compiler (rcc)

The rcc 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.

Usage:

    rcc [options] <inputs>

RCC accepts the following command line options:

OptionArgumentDescription
-oWrite output to file rather than stdout
-namenameCreate an external initialization function with name
-thresholdlevelThreshold to consider compressing files
-compresslevelCompress input files by level
-rootpathPrefix resource access path with root path
-no-compressDisable all compression
-versionDisplay version
-helpDisplay usage information

See also The Qt Resource System for more information about embedding resources in Qt applications.


Copyright © 2006 Trolltech Trademarks
Qt 4.1.3