01-11-2013 01:02 AM - edited 01-11-2013 01:39 AM
Hello, friends.. I have strange issue..
I am implementing FilePicker in my code. I did almost all, I added this
qmlRegisterType<bb::cascades::pickers::FilePicker>("CustomComponent", 1, 0,"FilePicker");
code in main.cpp and build project then I getting error in project's main directory. There are no any error in any file. How to solve this issue?

Solved! Go to Solution.
01-11-2013 01:39 AM
have you add
LIBS += -lbbcascadespickers
in your .pro file ?
01-11-2013 01:43 AM
01-11-2013 01:45 AM