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 e0fcdc0..128f569 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -15,7 +15,8 @@ HEADERS += tag_table.h \ skinhighlighter.h \ skindocument.h \ preferencesdialog.h \ - codeeditor.h + codeeditor.h \ + projectmodel.h SOURCES += tag_table.c \ skin_parser.c \ skin_scan.c \ @@ -27,7 +28,8 @@ SOURCES += tag_table.c \ skinhighlighter.cpp \ skindocument.cpp \ preferencesdialog.cpp \ - codeeditor.cpp + codeeditor.cpp \ + projectmodel.cpp OTHER_FILES += README \ resources/windowicon.png \ resources/appicon.xcf \ |