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 d78ea68..b86b4de 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -17,7 +17,8 @@ HEADERS += tag_table.h \ preferencesdialog.h \ codeeditor.h \ projectmodel.h \ - projectfiles.h + projectfiles.h \ + projectsettings.h SOURCES += tag_table.c \ skin_parser.c \ skin_scan.c \ @@ -31,7 +32,8 @@ SOURCES += tag_table.c \ preferencesdialog.cpp \ codeeditor.cpp \ projectmodel.cpp \ - projectfiles.cpp + projectfiles.cpp \ + projectsettings.cpp OTHER_FILES += README \ resources/windowicon.png \ resources/appicon.xcf \ |