您好,提示./Helloworld: error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory 说明您使用的是Qt4.7.1的库文件,而你设置的环境变量是针对Qtopia4.4.3的,而不是针对Qt4.7库的,请参考 /bin/qt4 文件,把文件最后两行 改成您自己的应用程序,即可正确运行
cd /opt/qt-4.7.1/demos/embedded/fluidlauncher
./fluidlauncher -qws
根据自己的情况,修改这两行,执行qt4命令,即可运行你自己的程序.