You've already forked openshot-qt
mirror of
https://github.com/OpenShot/openshot-qt.git
synced 2026-03-02 08:56:08 -08:00
9 lines
296 B
Plaintext
9 lines
296 B
Plaintext
To compile a Qt resource file with new icons, follow these steps:
|
|
|
|
1) Edit the resource file, and add files to it (the *.qrc files) using QtCreator
|
|
2) Compile this into a Python file, either:
|
|
$ make
|
|
or, if make is unavailable:
|
|
$ pyrcc5 openshot.qrc -o ../src/classes/openshot_rc.py
|
|
|