Added script to generate qrc and qrc file for icon.

This commit is contained in:
Mr Finchum 2025-02-05 14:33:39 +01:00
parent 87c6318ed5
commit 0bba80eb4e
2 changed files with 3190 additions and 0 deletions

File diff suppressed because it is too large Load diff

3
src/generate_qrc.sh Normal file
View file

@ -0,0 +1,3 @@
#!/bin/bash
echo "Updating resources.qrc file and placing in ui folder..."
pyside6-rcc app_resources/resources.qrc -o OptimaLab35/ui/resources_rc.py