summaryrefslogtreecommitdiff
path: root/utils/themeeditor
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor')
-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