Skip to content
Snippets Groups Projects
Commit 8e0e4e6c authored by Clemens Terasa's avatar Clemens Terasa
Browse files

bball_qml: Pass arguments to internal qmlscene

To use the bball_qml sample with a different Qt platform (i.e. linuxfb) 
we need to pass the @-platform@ parameter. However, this was not 
possible with the current bball_qml shell script.
Add pass the script arguments to qmlscene as well. 

BCS 746-000991
parent 1290134f
Branches rocko
No related tags found
Loading
#!/bin/sh
qmlscene /opt/ltp/testcases/bin/bball.qml
qmlscene /opt/ltp/testcases/bin/bball.qml "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment