Scroll to navigation

PYSIDE6-RCC(1) PySide6 tools PYSIDE6-RCC(1)

NAME

pyside6-rcc - rcc

SYNOPSIS

rcc [options] inputs

DESCRIPTION

Qt Resource Compiler version 6.10.2

OPTIONS

Displays help on commandline options.
Displays help, including generic Qt options.
Displays version information.
Write output to <file> rather than stdout.
Use temporary <file> for big resources.
Create an external initialization function with <name>.
Prefix resource access path with root path.
Compress input files using algorithm <algo> ([zstd], zlib, none).
Compress input files by <level>.
Disable all compression. Same as --compress-algo=none.
Disable usage of zstd compression.
Threshold to consider compressing files.
Output a binary file for use as a dynamic resource.
Select generator.
Pass number for big resources
Turn off namespace macros.
Enable verbose mode.
Only list .qrc file entries, do not generate code.
Only output a mapping of resource paths to file system paths defined in the .qrc file, do not generate code.
Write a depfile with the .qrc dependencies to <file>.
Output a resource file containing all files from the current directory.
The RCC format version to write

Arguments:

Input files (*.qrc).
March 2026 pyside6-rcc 6.10