diff options
author | Michael Neves | 2012-01-25 18:18:11 +0100 |
---|---|---|
committer | Michael Neves | 2012-01-25 18:18:11 +0100 |
commit | e86c0417e32cbb55b9a71c4a12645da8ccc0c50d (patch) | |
tree | 85672f689fd21673ee7b14f38a2df37d8db0eff2 | |
parent | fix for QT 4.8: setting header for POST (diff) | |
download | fbgui-e86c0417e32cbb55b9a71c4a12645da8ccc0c50d.tar.gz fbgui-e86c0417e32cbb55b9a71c4a12645da8ccc0c50d.tar.xz fbgui-e86c0417e32cbb55b9a71c4a12645da8ccc0c50d.zip |
testApp custom
-rwxr-xr-x | testApp.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |