summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Donnelly <mingw.android@gmail.com>2011-09-04 20:23:45 +0100
committerRay Donnelly <mingw.android@gmail.com>2011-09-04 20:23:45 +0100
commit7c7154d2d8ce2eb67ca0f274f44e24399a7149b2 (patch)
tree637b38804909e89b87be02dbc1ff1d715abb1c9d
parent7ec29d3fb8318bd6e0641811734722d672672acc (diff)
Use updated version of the updater plugin
Updated version fixes DontKeepOnFinsh -> HideOnFinish
-rwxr-xr-xNecessitas_SDK/build_sdk.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/Necessitas_SDK/build_sdk.sh b/Necessitas_SDK/build_sdk.sh
index f0956b6..10a03ba 100755
--- a/Necessitas_SDK/build_sdk.sh
+++ b/Necessitas_SDK/build_sdk.sh
@@ -391,13 +391,12 @@ function prepareNecessitasQtCreator
#download and install sdk-updater-plugin
export QTC_SOURCE=$PWD
- downloadIfNotExists research-sdk-updater-plugin-master-snapshot-20110524185306.tar.gz http://android-lighthouse.googlecode.com/files/research-sdk-updater-plugin-master-snapshot-20110524185306.tar.gz
+ downloadIfNotExists research-sdk-updater-plugin-master-snapshot-20110524185306-updated.tar.gz http://android-lighthouse.googlecode.com/files/research-sdk-updater-plugin-master-snapshot-20110524185306-updated.tar.gz
if [ ! -d research-sdk-updater-plugin-master-snapshot-20110524185306 ]
then
- tar xvfz research-sdk-updater-plugin-master-snapshot-20110524185306.tar.gz
+ tar xvfz research-sdk-updater-plugin-master-snapshot-20110524185306-updated.tar.gz
fi
pushd research-sdk-updater-plugin-master-snapshot-20110524185306
- doSed $"s/FutureProgress::DontKeepOnFinish/FutureProgress::HideOnFinish/" updateinfoplugin.cpp
$SHARED_QT_PATH/bin/qmake $HOST_QT_CFG $HOST_QM_CFG_OPTIONS -r || error_msg "Can't configure sdk-updater-plugin"
doMake "Can't compile sdk-updater-plugin" "all done" ma-make
make install