Files
2020-10-16 01:31:42 -05:00
..
2020-08-06 16:50:52 -04:00
2020-08-06 16:50:52 -04:00

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 openshot_rc.py