刚刚把QTE4.5.3移植到开发板上,用的是非图形界面文件系统root_default.img ,可是在我执行 ./hello 时提示:QWSSocket::connectToLocalFile could not connect:: No such file or directory
QWSSocket::connectToLocalFile could not connect:: No such file or directory
QWSSocket::connectToLocalFile could not connect:: No such file or directory
QWSSocket::connectToLocalFile could not connect:: No such file or directory
QWSSocket::connectToLocalFile could not connect:: No such file or directory
QWSSocket::connectToLocalFile could not connect:: No such file or directory
No Qt for Embedded Linux server appears to be running.
If you want to run this program as a server,
add the "-qws" command-line option.
而在
[root@FriendlyARM /hello]# ./hello -qws 之后就正常了,不知道是为什么?请高手解答一下,另外如何做才能做到把这个qws去掉也能执行QT程序啊??谢谢了!!