summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2011-05-29 19:33:17 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2011-05-29 19:33:17 +0000
commit2ce1dfedaa9fe42d93b2be5b4322494a2eec6350 (patch)
tree5479b4962f680ffb7cf2f65190959a203044fcb7 /utils
parentfc68a0d3b0d32f0f96c4dcf95bf0f29c1770976d (diff)
downloadrockbox-2ce1dfedaa9fe42d93b2be5b4322494a2eec6350.tar.gz
rockbox-2ce1dfedaa9fe42d93b2be5b4322494a2eec6350.zip
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
Diffstat (limited to 'utils')
-rw-r--r--utils/themeeditor/themeeditor.pro4
1 files changed, 4 insertions, 0 deletions
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 {
215 QMAKE_INFO_PLIST = Info.plist 215 QMAKE_INFO_PLIST = Info.plist
216 RC_FILE = resources/windowicon.icns 216 RC_FILE = resources/windowicon.icns
217} 217}
218
219# add any external lib build into build/ to clean target, as well as objects
220# created during that in the objects build folder.
221QMAKE_CLEAN += build/*.a $$OBJECTS_DIR/*.o