| Home · All Classes · Main Classes · Annotated · Grouped Classes · Functions |
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:
| Option | Argument | Description |
|---|---|---|
| -o | Write output to file rather than stdout | |
| -name | name | Create an external initialization function with name |
| -threshold | level | Threshold to consider compressing files |
| -compress | level | Compress input files by level |
| -root | path | Prefix resource access path with root path |
| -no-compress | Disable all compression | |
| -version | Display version | |
| -help | Display usage information |
| Copyright © 2005 Trolltech | Trademarks | Qt 4.0.0 |