rbax / qrcgen

Script to automatically generate Qt resource files from entire directory trees.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This Script generates a qrc file (Qt Resource file) for the entire contents of a directory tree.


usage: qrcgen.py [-h] directory prefix

Generates a qrc (Qt resource file) from all files on a directory tree.

positional arguments:
  directory   A valid path, full or local.
  prefix      The prefix in the qrc file under which the resources will be
              available.

optional arguments:
  -h, --help  show this help message and exit

A directory.qrc file will be generated in the current directory

About

Script to automatically generate Qt resource files from entire directory trees.


Languages

Language:Python 100.0%