diff options
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 \ |