summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-22 09:25:30 +0100
committerJonathan Bauer2011-03-22 09:25:30 +0100
commit0b047cb06b0574f74be2990458420b9632fb288f (patch)
tree09283c12ee03555bb8a3eec796a796495c3c47f8
parentback to loading baseURL until display logic is implemented. working pbs test,... (diff)
downloadfbgui-0b047cb06b0574f74be2990458420b9632fb288f.tar.gz
fbgui-0b047cb06b0574f74be2990458420b9632fb288f.tar.xz
fbgui-0b047cb06b0574f74be2990458420b9632fb288f.zip
update to QT 4.7.2
-rwxr-xr-xbuild.sh3
-rwxr-xr-xsrc/testApp.sh2
2 files changed, 2 insertions, 3 deletions
diff --git a/build.sh b/build.sh
index ee00518..8ea3fc5 100755
--- a/build.sh
+++ b/build.sh
@@ -1,6 +1,5 @@
#!/bin/bash
-# adapt your version if needed
-QT_VERSION=QtEmbedded-4.7.1
+QT_VERSION=QtEmbedded-4.7.2
rm fbgui.tgz
diff --git a/src/testApp.sh b/src/testApp.sh
index 61f7c2d..b714e5e 100755
--- a/src/testApp.sh
+++ b/src/testApp.sh
@@ -11,7 +11,7 @@ script_path="$(cd "${0%/*}" 2>/dev/null; echo "$PWD"/"${0##*/}")"
working_path=`dirname "$script_path"`
display_id=$(grep -n $(whoami) /etc/passwd| head -n 1|awk -F : '{print $1}')
# Start QT's virtual framebuffer with proper displayID
-/usr/local/Trolltech/Qt-4.7.1/bin/qvfb -width 1024 -height 768 -qwsdisplay :$display_id &
+/usr/local/Trolltech/Qt-4.7.2/bin/qvfb -width 1024 -height 768 -qwsdisplay :$display_id &
sleep 0.1
# Start fbgui.
$working_path/fbgui -display QVFb:$display_id $@