Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Native Development

Reply
Regular Contributor
sporadicsoftware
Posts: 70
Registered: ‎09-30-2011
My Carrier: Sprint

Re: Is it possible to call the native playbook api from QT creator?

I believe it can't find libbps and therefore can't find the references to the functions. Try changing your LIBS statement to:

 

LIBS += -L/Developer/SDKs/bbndk-2.1.0-beta1/target/qnx6/x86/usr/lib -lbps

 

Could also be because you are using the 2.1 SDK versus Qt that was compiled with the 2.0 SDK.

Please use plain text.