From 2ce1dfedaa9fe42d93b2be5b4322494a2eec6350 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Sun, 29 May 2011 19:33:17 +0000 Subject: 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 --- utils/themeeditor/themeeditor.pro | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'utils/themeeditor') diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index 45300e4b8f..a7db28c7e9 100644 --- a/utils/themeeditor/themeeditor.pro +++ b/utils/themeeditor/themeeditor.pro @@ -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 -- cgit v1.2.3