
if [ -f usr/bin/qmake ];then
 mkdir -p ../qt4_DEV/usr/bin
 cp -a -f --remove-destination usr/bin/* ../qt4_DEV/usr/bin/
 sync
 rm -rf usr/bin
fi

