View Single Post
Posts: 1,298 | Thanked: 2,277 times | Joined on May 2011
#166
Yes, something like that. Does it help?

You can simplify that code making it:
Code:
#!/bin/bash
cd /opt/mozbuildhm
export LD_LIBRARY_PATH=".:$LD_LIBRARY_PATH"
url=${1:-"https://google.com"}
./qmlMozEmbedTest "$url"

Last edited by shmerl; 2013-01-20 at 22:46.
 

The Following 2 Users Say Thank You to shmerl For This Useful Post: