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:
Dominik Riebeling 2011-05-29 19:33:17 +00:00
parent fc68a0d3b0
commit 2ce1dfedaa

View file

@ -215,3 +215,7 @@ macx {
QMAKE_INFO_PLIST = Info.plist QMAKE_INFO_PLIST = Info.plist
RC_FILE = resources/windowicon.icns 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