|
Dennis Kellly
06/13/2011 7:59 AM
post86569
|
PDF version of the document
|
|
|
|
|
|
Simon Kuttruf
06/21/2011 10:35 AM
post86749
|
Hello Dennis!
Great example, thank You!
These days, I am trying to include QT to QNX.
Following the instruction sheet coming with Your example, I installed qt_qnx_host_win32_x86.tar.gz and qt_qnx_targets.
tar.gz on my windows 7-machine in the qnx650-directory (p.6, Steps 1-3). While the code example works in the QT IDE, I
always get the following error message when I try to compile the code in the qnx650 directory (p.7, Step 4).
"make: *** No rule to make target `/usr/qnx650/target/qnx6/usr/share/qt4/mkspecs/
unsupported/qws/qnx-i386-g++/qmake.conf', needed by `Makefile'. Stop."
The advice for the makefile given in the readme-file coming with qt_qnx_2011-02-24b.zip (s. Your post from 3/3/11 in
this forum) does not seem to work either:
"In file included from ../easyData.cpp:1:
../easyData.h:11:36: error: QDeclarativeListProperty: No such file or directory
make[2]: *** [easyData.o] Error 1
make[2]: Leaving directory `C:/QNX650/target/qnx6/x86/usr/lib/qt4/examples/cEasy
/nto-x86-o'
make[1]: *** [all] Error 2
make[1]: Leaving directory `C:/QNX650/target/qnx6/x86/usr/lib/qt4/examples/cEasy
/nto-x86-o'
make: *** [all] Error 2".
May I ask for Your help?
|
|
|
|
|