summaryrefslogtreecommitdiffstats
path: root/utils/themeeditor/themeeditor.pro
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/themeeditor.pro')
-rw-r--r--utils/themeeditor/themeeditor.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro
index 1e66faf88e..14fa73cc7d 100644
--- a/utils/themeeditor/themeeditor.pro
+++ b/utils/themeeditor/themeeditor.pro
@@ -44,7 +44,8 @@ HEADERS += models/parsetreemodel.h \
gui/devicestate.h \
findreplace/findreplaceform.h \
findreplace/findreplacedialog.h \
- graphics/rbalbumart.h
+ graphics/rbalbumart.h \
+ graphics/rbprogressbar.h
SOURCES += main.cpp \
models/parsetreemodel.cpp \
models/parsetreenode.cpp \
@@ -64,7 +65,8 @@ SOURCES += main.cpp \
gui/devicestate.cpp \
findreplace/findreplaceform.cpp \
findreplace/findreplacedialog.cpp \
- graphics/rbalbumart.cpp
+ graphics/rbalbumart.cpp \
+ graphics/rbprogressbar.cpp
OTHER_FILES += README \
resources/windowicon.png \
resources/appicon.xcf \