-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BlackBerry 10 support #6
Comments
Could you try to build using the |
Compilation now goes further :
|
I have no idea about what is going on. I'm not familiar with blackberry's development. Are you running cmake from the cli? Are you sure you don't need a special version of cmake? |
No, I am running the compilation from the QNX Momentics IDE, the official IDE for BlackBerry 10 |
Well, in fact I have the error when trying to compile any library this way, even one with a single class that has nothing. I will let you know when I have figured out how to build libs using Momentics |
Awesome, I'll leave the bug open in the meantime. |
It's finally compiling gracefully. I'll keep you updated when I will actually use it in the application to get sure it is working |
QJson is shipped with a test suite, can you run it? You just need to run cmake with |
I haven't been able to run the test suite. But from what I can tell, it is working quite fine in my application. But I have a question. Is it possible to nest objects within each other ? For instance, let's say my JSON data has an array of maps. In my Application, the Array corresponds to SearchResultsList and one map correspond to an instance of SearchResult. Is it possible to use this custom type in Q_PROPERTY along with the objecthelper. It seems that the helper doesn't match because my setter funtion is never called. |
The object helper has some problems with nested types, that sounds like issue #5. |
BTW, I'm glad to know everything is working find on BlackBerry 10. I'll close this issue once I merge this change into master. |
Merged in master |
@guillaumelachaud Can you detail write your build steps please. |
Hi !
I know that qjson is not officially supported on BlackBerry 10 but I really wanted to give it a try and here is where the compiler complains :
Thanks
The text was updated successfully, but these errors were encountered: