diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-05-25 22:24:08 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-05-25 22:24:08 +0000 |
| commit | 0769fc5182b211dea276b5895987dfc4bc133995 (patch) | |
| tree | aa6c723a2281039637780278d06e168e5852c70e /utils/themeeditor/themeeditor.pro | |
| parent | ff9474e558a6108a3c9d42260043016ad11971ef (diff) | |
| download | rockbox-0769fc5182b211dea276b5895987dfc4bc133995.zip rockbox-0769fc5182b211dea276b5895987dfc4bc133995.tar.gz rockbox-0769fc5182b211dea276b5895987dfc4bc133995.tar.bz2 rockbox-0769fc5182b211dea276b5895987dfc4bc133995.tar.xz | |
Fixed some memory leaks in the theme editor
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26292 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/themeeditor.pro')
| -rw-r--r-- | utils/themeeditor/themeeditor.pro | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index 14b001d..f3ce7f6 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -1,10 +1,11 @@ +CONFIG += qt HEADERS += tag_table.h \ symbols.h \ skin_parser.h \ skin_scan.h \ skin_debug.h SOURCES += tag_table.c \ - main.c \ skin_parser.c \ skin_scan.c \ - skin_debug.c + skin_debug.c \ + main.cpp |