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:
   $ pyrcc5 openshot.qrc -o openshot_rc.py

