diff options
Diffstat (limited to 'utils/themeeditor/themeeditor.pro')
| -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 |