mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Changed build subdirectory
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26492 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
87174d83fd
commit
e5a3ec2baf
6 changed files with 130 additions and 8 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue