diff options
Diffstat (limited to 'utils/themeeditor/themeeditor.pro')
| -rw-r--r-- | utils/themeeditor/themeeditor.pro | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index b86b4de..128f569 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -16,9 +16,7 @@ HEADERS += tag_table.h \ skindocument.h \ preferencesdialog.h \ codeeditor.h \ - projectmodel.h \ - projectfiles.h \ - projectsettings.h + projectmodel.h SOURCES += tag_table.c \ skin_parser.c \ skin_scan.c \ @@ -31,9 +29,7 @@ SOURCES += tag_table.c \ skindocument.cpp \ preferencesdialog.cpp \ codeeditor.cpp \ - projectmodel.cpp \ - projectfiles.cpp \ - projectsettings.cpp + projectmodel.cpp OTHER_FILES += README \ resources/windowicon.png \ resources/appicon.xcf \ |