summaryrefslogtreecommitdiff
path: root/utils/themeeditor/themeeditor.pro
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-06-07 03:25:40 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-06-07 03:25:40 +0000
commit53b619c6e80c9efc6993c23ff7b1035e8e101834 (patch)
tree7bca9e3845748332c0e6288b5704e9b004f41a22 /utils/themeeditor/themeeditor.pro
parentfbfdaf5c79c664a6ec47b1c3a131577e77efbbd0 (diff)
downloadrockbox-53b619c6e80c9efc6993c23ff7b1035e8e101834.tar.gz
rockbox-53b619c6e80c9efc6993c23ff7b1035e8e101834.zip
Theme Editor: Added a preferences dialog and allowed modification of the syntax highlighting and editor colors
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26640 a1c6a512-1295-4272-9138-f99709370657
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 ef32a3e56e..fe83d6bbf5 100644
--- a/utils/themeeditor/themeeditor.pro
+++ b/utils/themeeditor/themeeditor.pro
@@ -13,7 +13,8 @@ HEADERS += tag_table.h \
13 parsetreenode.h \ 13 parsetreenode.h \
14 editorwindow.h \ 14 editorwindow.h \
15 skinhighlighter.h \ 15 skinhighlighter.h \
16 skindocument.h 16 skindocument.h \
17 preferencesdialog.h
17SOURCES += tag_table.c \ 18SOURCES += tag_table.c \
18 skin_parser.c \ 19 skin_parser.c \
19 skin_scan.c \ 20 skin_scan.c \
@@ -23,7 +24,8 @@ SOURCES += tag_table.c \
23 parsetreenode.cpp \ 24 parsetreenode.cpp \
24 editorwindow.cpp \ 25 editorwindow.cpp \
25 skinhighlighter.cpp \ 26 skinhighlighter.cpp \
26 skindocument.cpp 27 skindocument.cpp \
28 preferencesdialog.cpp
27OTHER_FILES += README \ 29OTHER_FILES += README \
28 resources/windowicon.png \ 30 resources/windowicon.png \
29 resources/appicon.xcf \ 31 resources/appicon.xcf \
@@ -31,5 +33,6 @@ OTHER_FILES += README \
31 resources/document-save.png \ 33 resources/document-save.png \
32 resources/document-open.png \ 34 resources/document-open.png \
33 resources/document-new.png 35 resources/document-new.png
34FORMS += editorwindow.ui 36FORMS += editorwindow.ui \
37 preferencesdialog.ui
35RESOURCES += resources.qrc 38RESOURCES += resources.qrc