Hi, I am trying to use QMediaPlayer as mentioned in "http://doc.qt.nokia.com/qtmobility-1.0-beta/player.html".
Now, I am getting following error,
No ruleto make target "remconinterfacebase.dso" needed by sampleproject.
This is snippet from by ".pro" fille
INCLUDEPATH += ../../src/multimedia ../../src/multimedia/audio C:/NokiaQtSDK/Symbian/SDK/epoc32/include
CONFIG += mobility
MOBILITY = multimedia
symbian {
TARGET.UID3 = 0xefa3e4b6
TARGET.CAPABILITY = UserEnvironment WriteDeviceData ReadDeviceData NetworkServices SwEvent
LIBS += -lcone -leikcore -lavkon -lremconinterfacebase -lremconcoreapi
TARGET.EPOCSTACKSIZE = 0x14000
TARGET.EPOCHEAPSIZE = 0x020000 0x800000
}
How, can i use obtain "remconinterfacebase.dso" library?? Is it third party library?
Also, I am unable to find corresponding dll in my SDK.
Any pointers please.
-Sumit





