Icons: qrc and recompile.bat

This commit is contained in:
DeepSOIC 2015-10-17 19:45:24 +03:00
parent df6b75050c
commit 3b2d513de0
2 changed files with 10 additions and 0 deletions

7
PyResources/icons.qrc Normal file
View File

@ -0,0 +1,7 @@
<RCC>
<qresource>
<file>icons/Lattice_BoundBox.svg</file>
<file>icons/Lattice_CompoundFilter.svg</file>
<file>icons/Lattice_FuseCompound.svg</file>
</qresource>
</RCC>

View File

@ -0,0 +1,3 @@
pyside-rcc icons.qrc -o ..\lattice_rc.py
echo Should be compiled now =)
pause