Adding QtCore Library in blackberry 10 sdk
问题 Hi guys I am creating a simple game using cocos2d-x and blackberry. I need some place to store my game settings, something similar to shared preferences in ios and android. I found some code using qsettings, but the problem is I am not able to add the QtCore library. I add the library using RightClick->configure->add Library and Standard BlackBerry Platform Library. The library gets added successfully. #include "dataProcessor.h" #include <QtCore> void dataProcessor::setup(){ QDir dir; dir