The reason for that error is that Qt related libraries are not present in the target board where QNX is running.
I am trying to download the QNX Development Frameworf (QDF) for Qt which could be found "here":http://community.qnx.com/sf/frs/do/viewRelease/projects.qt/frs.binpkg.qt_5_2_0_development_environment.
Thanks for the reply andreyc.
Hmm... Properly caused partly by a poor design. I changed the code a bit and got rid of 1 of 2 QTimer::singleShot()'s and that also got rid of my error.
That looks like the keypad GPIO file didn't open (and I didn't check for that failure in that piece of code). The file names I wind up using on my bbb look like this
keypad path= "/sys/class/gpio/gpio76/value"
keypad path= "/sys/class/gpio/gpio11/value"
keypad path= "/sys/class/gpio/gpio9/value"
keypad path= "/sys/class/gpio/gpio81/value"
keypad path= "/sys/class/gpio/gpio8/value"
keypad path= "/sys/class/gpio/gpio79/value"
keypad path= "/sys/class/gpio/gpio78/value"
Yours will almost certainly be different.
All the C++ code I have done for the Beaglebone Black is in github at
https://github.com/kenaaker/BeagleBoneBlack
Some of the stuff is somewhat redundant, but it does make a functioning application.
Ken
I think you can just choose an image form a resource file with the form designer?
if you click on the "..." button next to the "pixmap" property in the label you should see your resourced and your image! :)
I have the same problem. I try to rotate png image with NumberAnimation and it's load my CPU (i5 2500k) for 25%. There is no such problem with Qt Quick 1.1
I solved my problem by switch-off vsync
The problem still exists on the netbook (CPU intel atom N450).
As long as you are working on your desktop use the standard Qt. Once you are ready to test it on your target, compile your application with the embedded version and start that version on your board, provided you also put the embedded Qt libs in the right place on the target