My setup.
OSX Mountain Lion 10.8.3
QtCreator 2.7.1
QT 5.1 BETA compiled for Blackberry 10 using the exact instructions given on the page, it worked very well.
The issue is that qmlscene binary is compiled to ELF, I believe the module that qmlscene is built from is qtdeclarative.
When I built the module
I exported PATH=$HOME/development/qnx/qt5/bin:$PATH
Ensuring that the qmake used to build the project was 5.1 BETA, via qmake -query
then
qmake
Then I checked the make which was the make from the blackberry ndk
/Applications/bbndk/host_10_1_0_132/darwin/x86/usr/bin/make
make
make install
it makes the ELF version of the qmlscene anyone know the work around ?
How do I know? I checked with a hex editor and the header was ELF (linux executable)
I asked the irc qt-qnx they are not exactly responding.
I have been stuck on this for a few hours no help has turned up.
Thanks alot guys I appreciate you taking the time to view this post.
[merged two identical posts, Tobias]
↧