diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2011-05-29 19:33:17 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2011-05-29 19:33:17 +0000 |
| commit | 2ce1dfedaa9fe42d93b2be5b4322494a2eec6350 (patch) | |
| tree | 5479b4962f680ffb7cf2f65190959a203044fcb7 /utils/themeeditor | |
| parent | fc68a0d3b0d32f0f96c4dcf95bf0f29c1770976d (diff) | |
| download | rockbox-2ce1dfedaa9fe42d93b2be5b4322494a2eec6350.zip rockbox-2ce1dfedaa9fe42d93b2be5b4322494a2eec6350.tar.gz rockbox-2ce1dfedaa9fe42d93b2be5b4322494a2eec6350.tar.bz2 rockbox-2ce1dfedaa9fe42d93b2be5b4322494a2eec6350.tar.xz | |
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/themeeditor')
| -rw-r--r-- | utils/themeeditor/themeeditor.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/themeeditor/themeeditor.pro b/utils/themeeditor/themeeditor.pro index 45300e4..a7db28c 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 |