diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-06-02 20:36:30 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-06-02 20:36:30 +0000 |
| commit | e5a3ec2baf5bc57f93f5ea19fa9198e2a3e080db (patch) | |
| tree | 68002e6e06420e7b6453cc00a8f049114b19a721 /utils/themeeditor/themeeditor.pro | |
| parent | 87174d83fdde79a70bc3daad20729df585b7bbff (diff) | |
| download | rockbox-e5a3ec2baf5bc57f93f5ea19fa9198e2a3e080db.zip rockbox-e5a3ec2baf5bc57f93f5ea19fa9198e2a3e080db.tar.gz rockbox-e5a3ec2baf5bc57f93f5ea19fa9198e2a3e080db.tar.bz2 rockbox-e5a3ec2baf5bc57f93f5ea19fa9198e2a3e080db.tar.xz | |
Changed build subdirectory
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26492 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/themeeditor.pro')
| -rw-r--r-- | utils/themeeditor/themeeditor.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index 5b1ab34..9bc7814 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -1,3 +1,10 @@ +# build in a separate folder. +MYBUILDDIR = $$OUT_PWD/build/ +OBJECTS_DIR = $$MYBUILDDIR/o +UI_DIR = $$MYBUILDDIR/ui +MOC_DIR = $$MYBUILDDIR/moc +RCC_DIR = $$MYBUILDDIR/rcc + HEADERS += tag_table.h \ symbols.h \ skin_parser.h \ |