can skip the icons regen step too

This commit is contained in:
Damien Elmes 2011-11-30 17:57:46 +09:00
parent b745567bb3
commit 1bc3c82575

View file

@ -37,5 +37,7 @@ echo "]" >> $init
cat $temp >> $init
rm $temp
echo "Building resources.."
pyrcc4 designer/icons.qrc -o aqt/forms/icons_rc.py
if [ designer/icons.qrc -nt aqt/forms/icons_rc.py ]; then
echo "Building resources.."
pyrcc4 designer/icons.qrc -o aqt/forms/icons_rc.py
fi