From e5a3ec2baf5bc57f93f5ea19fa9198e2a3e080db Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Wed, 2 Jun 2010 20:36:30 +0000 Subject: Changed build subdirectory git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26492 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/themeeditor.pro | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'utils/themeeditor/themeeditor.pro') diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index 5b1ab34ca2..9bc78149d2 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 \ -- cgit v1.2.3