summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Neves2012-01-25 18:18:11 +0100
committerMichael Neves2012-01-25 18:18:11 +0100
commite86c0417e32cbb55b9a71c4a12645da8ccc0c50d (patch)
tree85672f689fd21673ee7b14f38a2df37d8db0eff2
parentfix for QT 4.8: setting header for POST (diff)
downloadfbgui-e86c0417e32cbb55b9a71c4a12645da8ccc0c50d.tar.gz
fbgui-e86c0417e32cbb55b9a71c4a12645da8ccc0c50d.tar.xz
fbgui-e86c0417e32cbb55b9a71c4a12645da8ccc0c50d.zip
testApp custom
-rwxr-xr-xtestApp.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/testApp.sh b/testApp.sh
index ae9038e..7e044b8 100755
--- a/testApp.sh
+++ b/testApp.sh
@@ -11,7 +11,7 @@
# -s <path>, --serial=<path> sets path to serial number file
#
# Note: all path are expected to be absolute.
-QT_VERSION=Qt-4.7.2
+QT_VERSION=Qt-4.8.0
# clean /tmp/fbgui
[ -d /tmp/fbgui ] && rm -rf /tmp/fbgui
@@ -31,6 +31,6 @@ display_id=$(grep -n $(whoami) /etc/passwd| head -n 1|awk -F : '{print $1}')
# quick sleep to wait for qvfb loading
sleep 0.2
# Start fbgui connecting to QVFb with display_id from above.
-$working_path/build/src/fbgui/fbgui -display QVFb:$display_id $@
+$working_path/../workspace/fbgui/src/fbgui/fbgui -display QVFb:$display_id $@
# kill qvfb since fbgui stopped
killall qvfb