Skip to content
/ qrcgen Public
forked from fccoelho/qrcgen

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

Notifications You must be signed in to change notification settings

longwei/qrcgen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published