From 8114979e8e413caa876cda626fe0b6385bfc56ce Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Wed, 30 Jun 2010 19:35:00 +0000 Subject: Theme Editor: Added album art display git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27199 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/themeeditor.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'utils/themeeditor/themeeditor.pro') diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index 329500e350..a46c40b451 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 \ -- cgit v1.2.3