From dfbd1456e552b7bac4fcc19ad8c34e5f860bb061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCgler?= Date: Thu, 23 Jan 2014 01:49:13 +0100 Subject: [PATCH] update porting script --- tools/port-plasma2.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tools/port-plasma2.sh b/tools/port-plasma2.sh index 4ecdb39d4..3da27368d 100755 --- a/tools/port-plasma2.sh +++ b/tools/port-plasma2.sh @@ -40,10 +40,14 @@ for FS in `find $PWD -name '*.qml'`; do perl -p -i -e 's/theme\.hugeIconSize/units.iconSizes.huge/g' $FS perl -p -i -e 's/theme\.enormousIconSize/units.iconSizes.enormous/g' $FS -# perl -p -i -e 's/Plasma\.Types\./PlasmaCore.Types./g' $FS + perl -p -i -e 's/theme\.smallSpacing/units.smallSpacing/g' $FS + perl -p -i -e 's/theme\.largeSpacing/units.largeSpacing/g' $FS + perl -p -i -e 's/theme\.defaultIconSize/units.iconSizes.default/g' $FS + + # perl -p -i -e 's/Plasma\.Types\./PlasmaCore.Types./g' $FS done -#exit +exit # Qt 4.7, QtQuick 1.0 and QtQuick 1.1 imports become QtQuick 2.0