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.pro9
1 files changed, 6 insertions, 3 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro
index 75bad83..48c9f8c 100644
--- a/utils/themeeditor/themeeditor.pro
+++ b/utils/themeeditor/themeeditor.pro
@@ -55,7 +55,8 @@ HEADERS += models/parsetreemodel.h \
graphics/rbtextcache.h \
gui/skintimer.h \
graphics/rbtoucharea.h \
- gui/newprojectdialog.h
+ gui/newprojectdialog.h \
+ models/targetdata.h
SOURCES += main.cpp \
models/parsetreemodel.cpp \
models/parsetreenode.cpp \
@@ -81,7 +82,8 @@ SOURCES += main.cpp \
graphics/rbtextcache.cpp \
gui/skintimer.cpp \
graphics/rbtoucharea.cpp \
- gui/newprojectdialog.cpp
+ gui/newprojectdialog.cpp \
+ models/targetdata.cpp
OTHER_FILES += README \
resources/windowicon.png \
resources/appicon.xcf \
@@ -102,7 +104,8 @@ OTHER_FILES += README \
resources/lines.xcf \
resources/lines.png \
resources/cursor.xcf \
- resources/cursor.png
+ resources/cursor.png \
+ resources/targetdb
FORMS += gui/editorwindow.ui \
gui/preferencesdialog.ui \
gui/configdocument.ui \