diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-07-23 21:15:15 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-07-23 21:15:15 +0000 |
| commit | 5297db990412a34dee96de5bf61258ae31f3b4f9 (patch) | |
| tree | 8b7d850cf3051549e04492a260049328b55641f5 /utils/themeeditor/themeeditor.pro | |
| parent | d15a4f617f7d6e524ef811efef5707958031dc8f (diff) | |
| download | rockbox-5297db990412a34dee96de5bf61258ae31f3b4f9.zip rockbox-5297db990412a34dee96de5bf61258ae31f3b4f9.tar.gz rockbox-5297db990412a34dee96de5bf61258ae31f3b4f9.tar.bz2 rockbox-5297db990412a34dee96de5bf61258ae31f3b4f9.tar.xz | |
Theme Editor: Added interface for project export, exporting files to zip is still todo
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27534 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/themeeditor.pro')
| -rw-r--r-- | utils/themeeditor/themeeditor.pro | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index a8df4fc..3d9ddca 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -92,7 +92,8 @@ HEADERS += models/parsetreemodel.h \ qtfindreplacedialog/findreplaceform.h \ qtfindreplacedialog/findreplacedialog.h \ qtfindreplacedialog/findform.h \ - qtfindreplacedialog/finddialog.h + qtfindreplacedialog/finddialog.h \ + gui/projectexporter.h SOURCES += main.cpp \ models/parsetreemodel.cpp \ models/parsetreenode.cpp \ @@ -130,7 +131,8 @@ SOURCES += main.cpp \ qtfindreplacedialog/findreplaceform.cpp \ qtfindreplacedialog/findreplacedialog.cpp \ qtfindreplacedialog/findform.cpp \ - qtfindreplacedialog/finddialog.cpp + qtfindreplacedialog/finddialog.cpp \ + gui/projectexporter.cpp OTHER_FILES += README \ resources/windowicon.png \ resources/appicon.xcf \ @@ -164,7 +166,8 @@ FORMS += gui/editorwindow.ui \ gui/newprojectdialog.ui \ gui/fontdownloader.ui \ qtfindreplacedialog/findreplaceform.ui \ - qtfindreplacedialog/findreplacedialog.ui + qtfindreplacedialog/findreplacedialog.ui \ + gui/projectexporter.ui RESOURCES += resources.qrc win32:RC_FILE = themeeditor.rc macx { |