summaryrefslogtreecommitdiff
path: root/utils/themeeditor/themeeditor.pro
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/themeeditor.pro')
-rw-r--r--utils/themeeditor/themeeditor.pro10
1 files changed, 7 insertions, 3 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro
index 128f569..c336edf 100644
--- a/utils/themeeditor/themeeditor.pro
+++ b/utils/themeeditor/themeeditor.pro
@@ -16,7 +16,9 @@ HEADERS += tag_table.h \
skindocument.h \
preferencesdialog.h \
codeeditor.h \
- projectmodel.h
+ projectmodel.h \
+ tabcontent.h \
+ configdocument.h
SOURCES += tag_table.c \
skin_parser.c \
skin_scan.c \
@@ -29,7 +31,8 @@ SOURCES += tag_table.c \
skindocument.cpp \
preferencesdialog.cpp \
codeeditor.cpp \
- projectmodel.cpp
+ projectmodel.cpp \
+ configdocument.cpp
OTHER_FILES += README \
resources/windowicon.png \
resources/appicon.xcf \
@@ -38,5 +41,6 @@ OTHER_FILES += README \
resources/document-open.png \
resources/document-new.png
FORMS += editorwindow.ui \
- preferencesdialog.ui
+ preferencesdialog.ui \
+ configdocument.ui
RESOURCES += resources.qrc