10-06-2012 01:56 PM
I'm trying to implement a DataSource as described here:
I've included:
#include <bb/data/DataSource>
And in my main app I included:
bb::data:
ataSource::registerQmlTypes();
However, on compiling I receive the following error:
C:\Users\ndk-10.0.6-workspace\carosel_2\arm/../src
ataSource::registerQmlTypes()'
How do I correct this?
Solved! Go to Solution.
10-06-2012 08:43 PM - edited 10-06-2012 08:44 PM
Did you add the LIBS += -lbbdata in your .pro file?
10-06-2012 09:01 PM
Thanks. Can't believe I missed that obvious part on the API page.
01-16-2013 06:07 PM
Why is that so obvious?