rccextended
v1.0.5
Read this in other languages: Русский
RccExtended - compiler and decompiler for binary Qt resources (files with the .rcc extension).
The utility allows you to edit the resources of Qt programs without having their sources.
Editing algorithm:
This utility is based on the standard Qt resource compiler, which has added the function
decompilation of resources (command line switch --reverse).
To unpack resources, you need to do 2 things:
--reverse keyOnce launched, the utility performs the following actions:
.rcc files.qrc and rcc-make.bat / rcc-make.sh script for reverse compilation of resources into a binary formUsage example:
cd /Path/To/My/QtResources
rcc --reverse
Windows:
qt5-static packagerccextended/src folderqmake rcc.pro && makeUbuntu:
sudo apt install qt5-default qtdeclarative5-devrccextended/src folderqmake rcc.pro && makemv -v rcc ~/.local/bin/