thank you ,i make it ,before  /usr/photon/bin/devi-hid -Pr kbd mouse,i add # export QWS_DISPLAY=qnx
# export QWS_MOUSE_PROTO=qnx
# export QWS_KEYBOARD=qnx,  and i make it ,thank you !
 
 
i have another question ,now i want to make my own app .my host is winxp ,my target is vmware on this xp .i have read readme.txt(which is included in the attachment),i do as the following steps:
1)enter C:\Qt\hello,and create a makefile including "LIST=OS CPU VARIANT
MAKEFILE=GNUmakefile
include recurse.mk
##eof"
 
 
2)Inside the same directory, create subdirectories called nto-x86-o,including "GNUmakefile" 
 ifndef QCONFIG
QCONFIG=qconfig.mk
endif
include $(QCONFIG)
include $(MKFILES_ROOT)/qmake-qt.mk
##eof
3)from cmd prompt,i enter the C:\Qt\hello,and run make ,but it shows
 
4)so i enter the ksh ,and run make
2012-05-16

qhzbit

发件人:Dennis Kellly
发送时间:2012-05-15 23:40
主题:Re: 回复: Re: unable to execute qtdemo
收件人:"general-qt"<general-qt@community.qnx.com>
抄送:
 
>>>from the terminal ,it shows  
>>>QQnxScreen: Attached to Device, number of displays: 1 
>>>QQnxScreen: Attached to Display 0, resolution 1024x768, refresh 60 Hz 
 
These are "normal" messages... not errors. 
 
But you should see two more lines like 
QQnxMouseHandler: connected. 
QWSQnxKeyboardHandler: connect 
 
Have you set the environment variables? 
QWS_DISPLAY=qnx 
QWS_KEYBOARD=qnx 
QWS_MOUSE_PROTO=qnx 
 
 
 
 
_______________________________________________ 
 
Qt General 
http://community.qnx.com/sf/go/post93098 
To cancel your subscription to this discussion, please e-mail general-qt-unsubscribe@community.qnx.com