diff options
author | Orcan Ogetbil <oget.fedora@gmail.com> | 2010-11-17 03:24:36 +0000 |
---|---|---|
committer | Orcan Ogetbil <oget.fedora@gmail.com> | 2010-11-17 03:24:36 +0000 |
commit | b3102518d9f12ad2923e5e5409d6570030ae8ef5 (patch) | |
tree | 6b43cebba071a85a0313014412bb00652543fbae /muse2/muse/icons.qrc | |
parent | cccf2ad24c31d5b0ec22865f0a520fcd73e8f8be (diff) |
Ported filedialog widget to Qt4
Diffstat (limited to 'muse2/muse/icons.qrc')
-rw-r--r-- | muse2/muse/icons.qrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/muse2/muse/icons.qrc b/muse2/muse/icons.qrc new file mode 100644 index 00000000..c5c52bef --- /dev/null +++ b/muse2/muse/icons.qrc @@ -0,0 +1,7 @@ +<RCC version="1.0"> + <qresource prefix="/icons"> + <file>global.xpm</file> + <file>user.xpm</file> + <file>project.xpm</file> + </qresource> +</RCC> |