|
Re: how to export qt environment
|
12/15/2017 1:01 AM
post118277
|
Re: how to export qt environment
Hi Dennis:
I add QWS_MOUSE_PROTO="qnx:/dev/devi/touch0 qnx:/dev/devi/mouse0"
in [virtual=armle-v7,raw] .bootstrap = { } or
[+script] .script = {} ,then I build again the bsp,when the system restart ,
I run echo $QWS_MOUSE_PROTO ,it is empty.
Why it can not export in the build file?
So I using following command.The usb mouse work fine in the qt program
/bin/sh -c "/home/go.sh" &
# cat /home/go.sh
export QWS_MOUSE_PROTO="qnx:/dev/devi/touch0 qnx:/dev/devi/mouse0"
/home/test_program -qws &
|
|
|