You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
275 B
5 lines
275 B
6 years ago
|
#!/bin/bash
|
||
|
#https://doc.qt.io/qt-5/resources.html
|
||
|
#Resources are kept up-to-date upstream. They are not part of the make and build process.
|
||
|
pyrcc5 -no-compress resources.qrc -o ../resources.py #put them into the gui directly. Engine does not need any translation or images.
|