diff options
author | Treeki <treeki@gmail.com> | 2010-10-07 15:56:13 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2010-10-07 15:56:13 +0200 |
commit | 5f6dad55d75cbe146ff7fefc899a02ccd39078ba (patch) | |
tree | 0822df14cc6d2c0329810c9ae7b4a4a638fe82b1 /resources.qrc | |
download | LayoutStudio-5f6dad55d75cbe146ff7fefc899a02ccd39078ba.tar.gz LayoutStudio-5f6dad55d75cbe146ff7fefc899a02ccd39078ba.zip |
initial commit -- everything compiles except for material.cpp. the material system still needs quite a bit of work; this will come in due time
Diffstat (limited to '')
-rw-r--r-- | resources.qrc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/resources.qrc b/resources.qrc new file mode 100644 index 0000000..15cc40a --- /dev/null +++ b/resources.qrc @@ -0,0 +1,9 @@ +<RCC> + <qresource prefix="/icons"> + <file alias="bounding">icons/bounding.png</file> + <file alias="pane">icons/pane.png</file> + <file alias="picture">icons/picture.png</file> + <file alias="textbox">icons/textbox.png</file> + <file alias="window">icons/window.png</file> + </qresource> +</RCC> |