10-17-2012 06:36 AM
I want to use Qt API's without cascades and qml in my native application. I tried to use the Qt header files but it is trying to link with static Qt Libraries which are not existed in the bb10 NDK(10.04). so can any body give me the suggestions on how to use Qt apis in native app development
Solved! Go to Solution.
10-17-2012 07:56 AM
10-17-2012 08:05 AM
Deploy the libs you want to use with your app. See here http://supportforums.blackberry.com/t5/Native-Deve
Cheers,
Jon
10-17-2012 10:47 AM
No need to deploy libs. BB10 DevAlpha has all Qt libraries which is wonderful. NDK 10.0.9 also has all include files and libraries.
10-18-2012 01:07 AM
I have tried to update the os to 10.0.09 with apploader as it is in the bb10 site but, it is throwing an error in the middle of updating process. I have tried many times and it is in wein that is why giveup the updating process. if u have any suggestions on this please let me know. thanks for your reply
10-18-2012 01:09 AM
10-25-2012 02:29 AM
Whe I am packaging with blackberry-nativepackager it is showing error like Error: Attribute Entry-Point: file cannot be found in the list of packaged files.:Helloworld can anyone suggest the solution for this problem. I think it is not finding the entry poing for the file "helloworld". here is the asset tag for that file and this file is in the project folder.
<asset path="Helloworld" entry="true" type="Qnx/Elf">Helloworld</asset>
10-25-2012 03:10 AM
Thank you for your support. I have resolved the issue with your help
![]()
Naresh