#!/bin/bash

find qtpyui -regex ".*\(Makefile\|\.so.*\|\.o\|moc_.*\)" | xargs rm
rm -rf image build.log toolchain build-qte qtopia-phone-4.3.0

