diff options
Diffstat (limited to '')
| -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 fe83d6b..e0fcdc0 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -14,7 +14,8 @@ HEADERS += tag_table.h \ editorwindow.h \ skinhighlighter.h \ skindocument.h \ - preferencesdialog.h + preferencesdialog.h \ + codeeditor.h SOURCES += tag_table.c \ skin_parser.c \ skin_scan.c \ @@ -25,7 +26,8 @@ SOURCES += tag_table.c \ editorwindow.cpp \ skinhighlighter.cpp \ skindocument.cpp \ - preferencesdialog.cpp + preferencesdialog.cpp \ + codeeditor.cpp OTHER_FILES += README \ resources/windowicon.png \ resources/appicon.xcf \ |