diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-06-30 19:35:00 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-06-30 19:35:00 +0000 |
| commit | 8114979e8e413caa876cda626fe0b6385bfc56ce (patch) | |
| tree | 7b1a193dfbbc48941b93d7c5e2f21199d5bd2979 /utils/themeeditor/themeeditor.pro | |
| parent | 3e599f4d379aeaa7ce5861c9818028e6d02d4490 (diff) | |
| download | rockbox-8114979e8e413caa876cda626fe0b6385bfc56ce.zip rockbox-8114979e8e413caa876cda626fe0b6385bfc56ce.tar.gz rockbox-8114979e8e413caa876cda626fe0b6385bfc56ce.tar.bz2 rockbox-8114979e8e413caa876cda626fe0b6385bfc56ce.tar.xz | |
Theme Editor: Added album art display
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27199 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/themeeditor.pro')
| -rw-r--r-- | utils/themeeditor/themeeditor.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index 329500e..a46c40b 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -43,7 +43,8 @@ HEADERS += models/parsetreemodel.h \ graphics/rbfont.h \ gui/devicestate.h \ findreplace/findreplaceform.h \ - findreplace/findreplacedialog.h + findreplace/findreplacedialog.h \ + graphics/rbalbumart.h SOURCES += main.cpp \ models/parsetreemodel.cpp \ models/parsetreenode.cpp \ @@ -62,7 +63,8 @@ SOURCES += main.cpp \ graphics/rbfont.cpp \ gui/devicestate.cpp \ findreplace/findreplaceform.cpp \ - findreplace/findreplacedialog.cpp + findreplace/findreplacedialog.cpp \ + graphics/rbalbumart.cpp OTHER_FILES += README \ resources/windowicon.png \ resources/appicon.xcf \ |