Theme Editor: add libskin_parser files to clean rule.
Since those are created below the build folder but unknown to qmake the generated Makefile doesn't remove those. Explicitly add appropriate wildcards. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29932 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fc68a0d3b0
commit
2ce1dfedaa
1 changed files with 4 additions and 0 deletions
|
@ -215,3 +215,7 @@ macx {
|
|||
QMAKE_INFO_PLIST = Info.plist
|
||||
RC_FILE = resources/windowicon.icns
|
||||
}
|
||||
|
||||
# add any external lib build into build/ to clean target, as well as objects
|
||||
# created during that in the objects build folder.
|
||||
QMAKE_CLEAN += build/*.a $$OBJECTS_DIR/*.o
|
||||
|
|
Loading…
Reference in a new issue