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