简体   繁体   English

嵌入Qt的qws参数不起作用

[英]qws parameter for Qt-embedded is not working

I created a basic Qt application for Qt-embedded but when I executed that application in my target platform using the -qws parameter then an error message always appear, please see below, 我为嵌入式Qt创建了一个基本的Qt应用程序,但是当我使用-qws参数在目标平台上执行该应用程序时,总是会出现错误消息,请参见下文,

#./test_app -qws
QWSSocket::connectToLocalFile could not connect:: Connection refused QWSSocket::connectToLocalFile could not connect:: Connection refused QWSSocket::connectToLocalFile could not connect:: Connection refused QWSSocket::connectToLocalFile could not connect:: Connection refused QWSSocket::connectToLocalFile could not connect:: Connection refused QWSSocket::connectToLocalFile could not connect:: Connection refused
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. terminate called without an active exception Aborted

Please advice. 请指教。

Thanks. 谢谢。

  • Is "test_app" linked again qt/embedded? 是否再次将“ test_app”链接/嵌入?
  • What print "strace ./test_app" 什么打印“ strace ./test_app”
  • Have you played with LD_DEBUG-environmnt variable? 你玩过LD_DEBUG-environmnt变量吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM