Run Sample Application on Raspbian
-
Hello,
I try to deploy and run the sample application of http://qt-project.org/wiki/RaspberryPi_Beginners_guide.
Build and deploy run without any errors, but when I run the application on my remote linux host (raspbian) I get the following output:@Killing remote process(es)...
Starting remote process ...
Remote process started.
/home/pi/helloworld/helloworld: symbol lookup error: /home/pi/helloworld/helloworld: undefined symbol: _ZN10QQuickViewC1EP7QWindow6QFlagsIN2Qt10WindowTypeEE
Finished running remote process. Exit code was 127.@Any suggestion?