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 bf2be3a..da5fe41 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -106,7 +106,8 @@ HEADERS += models/parsetreemodel.h \ qtfindreplacedialog/finddialog.h \ gui/projectexporter.h \ gui/targetdownloader.h \ - gui/syntaxcompleter.h + gui/syntaxcompleter.h \ + graphics/rbmovable.h SOURCES += main.cpp \ models/parsetreemodel.cpp \ models/parsetreenode.cpp \ @@ -147,7 +148,8 @@ SOURCES += main.cpp \ qtfindreplacedialog/finddialog.cpp \ gui/projectexporter.cpp \ gui/targetdownloader.cpp \ - gui/syntaxcompleter.cpp + gui/syntaxcompleter.cpp \ + graphics/rbmovable.cpp OTHER_FILES += README \ resources/windowicon.png \ resources/appicon.xcf \ |