![]() |
Home · Overviews · Examples |
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: -o Writes output to file rather than stdout. -name name Creates an external initialization function with name. -threshold level Specifies a threshold to use when compressing files. -compress level Compresses input files by the given level. -root path Prefixes the resource access path with root path. -no-compress Disables all compression. -binary Outputs a binary file for use as a dynamic resource. -version Displays version information. -help Displays usage information.
Copyright © 2008 Trolltech | Trademarks | Qt Jambi 4.4.0_01 |