Scroll to navigation

PYSIDE6-QMLCACHEGEN(1) PySide6 tools PYSIDE6-QMLCACHEGEN(1)

NAME

pyside6-qmlcachegen - qmlcachegen

SYNOPSIS

qmlcachegen [options] [qml file]

OPTIONS

Displays help on commandline options.
Displays help, including generic Qt options.
Displays version information.
Do not include default import directories. This may be used to run qmlcachegen on a project using a different Qt version.
Filter out QML/JS files from a resource file that can be cached ahead of time instead
Path from original resource file to new one
Qt resource file that might later contain one of the compiled files
Qt resource file path corresponding to the file being compiled
Required to generate qmlcache_loader without qrc files. This is the name of the Qt resource the input files belong to.
Import extra qmldir
Look for QML modules in specified directory
Generate only byte code for bindings and functions, no C++ code
Output compile warnings
Treat warnings as errors
Performs checks on the basic blocks of a function compiled ahead of time to validate its structure and coherence
Dumps statistics about ahead-of-time compilation of bindings and functions
Identifies the module of the qml file being compiled for aot stats
Output file name

Arguments:

[qml file]
QML source file to generate cache for.
March 2026 pyside6-qmlcachegen 6.10