blob: e68649a17868b0c41a9b2f312267fedca0a450db (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
 | .. _resources:
PySide Resource files
=====================
Compiling resource/ui files
---------------------------
You should refresh resource/ui files every time you change an image or a resource/ui (.ui / .qc). From the root folder::
  % make ui
  % make resources
As there are some tests to guard against unwanted resource updates, you will have to update the resource hash in those failing tests.
 |