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, 10 insertions, 0 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro
new file mode 100644
index 0000000000..14b001db12
--- /dev/null
+++ b/utils/themeeditor/themeeditor.pro
@@ -0,0 +1,10 @@
1HEADERS += tag_table.h \
2 symbols.h \
3 skin_parser.h \
4 skin_scan.h \
5 skin_debug.h
6SOURCES += tag_table.c \
7 main.c \
8 skin_parser.c \
9 skin_scan.c \
10 skin_debug.c