[SOLVED] BB10 official support for Qt 5.x
-
It is worrying that you write you "replaced the original directories with overlay ones". You have to copy the overlay content into the original folders, and not replace them.
Moreover, QtCreator 3.0.x is will not recognize the additional content provided by the overlay as long the NDK is not deactivated and activated again. If 10.2 Gold is the only NDK you have, you should download and install one more version of the NDK to do the activation trick, since it is not possible to deactivate a single NDK instance. This will be improved in the upcoming 3.1. This and the previous point are mentioned in the README of the overlay, BTW.
If you continue experience problems please file an issue as noted on wiki and in the README.
Regarding your question "if it is possible to publish a Qt 5.x app on BB store". There are multiple Qt5 apps in the store since a long time. Some of them are even based on Qt 5.0.
-
I have configured all and seems correct, but when I deploy just a starter BB project, after compilation, QtCreator shows me:
@
Error: Failed to create application process: Exec format error
@target is qnx6 and I am trying to deploy to well-configured BB z10
-
The qnx6 target actually consists of two different ones: arm (device) and x86 (simulator). You probably managed to deploy an x86 binary on Z10.
-
ah, one more thing. Watch if a qmake and a compile run is restarted after you had switched from one target to another. I remember the were cases that QtCreator did not notice a change in the kit and did not restart qmake and build accordingly.
-
No, you should be able to have one project configured for multiple platforms (cross-platform, you know :-) ) and producing correct artifacts. The possible issue is the one I've just noted with QtCreator not getting the change in the kits.
-
yes. I just was talking to somebody else and it looks like it is a real bug which is not related to BB10. QtCreator should generally initiate a full rebuild if a user switches kits. We will create an issue on this
-
As I told you, I am trying my android qt port of softair...android is used to have "assets:/" for file and so on: how can I deal that on BB10?
I mean, when my app start it copies a file in local dir, on android I use as source path "assets:/DB/file"; on BB10 how I can specify that path?
(DB/file is copied using DEPLOYMENTFOLDERS)