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 4241598..8a16fa9 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -43,7 +43,8 @@ HEADERS += models/parsetreemodel.h \ gui/devicestate.h \ graphics/rbalbumart.h \ graphics/rbprogressbar.h \ - gui/findreplacedialog.h + gui/findreplacedialog.h \ + graphics/rbtext.h SOURCES += main.cpp \ models/parsetreemodel.cpp \ models/parsetreenode.cpp \ @@ -63,7 +64,8 @@ SOURCES += main.cpp \ gui/devicestate.cpp \ graphics/rbalbumart.cpp \ graphics/rbprogressbar.cpp \ - gui/findreplacedialog.cpp + gui/findreplacedialog.cpp \ + graphics/rbtext.cpp OTHER_FILES += README \ resources/windowicon.png \ resources/appicon.xcf \ |