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 5418bbf..0cecd2d 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -107,7 +107,8 @@ HEADERS += models/parsetreemodel.h \ gui/projectexporter.h \ gui/targetdownloader.h \ gui/syntaxcompleter.h \ - graphics/rbmovable.h + graphics/rbmovable.h \ + graphics/rbscene.h SOURCES += main.cpp \ models/parsetreemodel.cpp \ models/parsetreenode.cpp \ @@ -149,7 +150,8 @@ SOURCES += main.cpp \ gui/projectexporter.cpp \ gui/targetdownloader.cpp \ gui/syntaxcompleter.cpp \ - graphics/rbmovable.cpp + graphics/rbmovable.cpp \ + graphics/rbscene.cpp OTHER_FILES += README \ resources/windowicon.png \ resources/appicon.xcf \ |