miqt-rcc command - github.com/mappu/miqt/cmd/miqt-rcc - Go Packages (original) (raw)
v0.13.0 Published: Feb 2, 2026 License: MIT
README¶
miqt-rcc
The miqt-rcc program generates the necessary wrappers to use a Qt Designer .qrcresource pack in MIQT .go files.
Usage
Usage of ./miqt-rcc:
-Input string
Path to .qrc input file
-OutputGo string
(Optional) Path to .go output file. If omitted, interred from the input file path
-OutputRcc string
(Optional) Path to .rcc output file. If omitted, inferred from the output Go file path
-Package string
Package to use in generated Go files (default "main")
-Qt6
Use Qt 6 instead of Qt 5
-RccBinary string
(Optional) Custom path to the Qt rcc program (default "rcc")
-VariableName string
Temporary global variable name for loading embedded data (default "_resourceRcc")
Documentation¶
miqt-rcc compiles a Qt resource XML file (*.qrc) to a binary resource file and creates a Go stub to load it.