Qt-cocos2dx on Windows

Hi,
I am beginner in cocos2dx-Qt, I have installed qt-sdk 1.2.1, and cocos2dx version 1.0.

I follow the steps mentioned on the link https://projects.developer.nokia.com/cocos2dxqt/wiki

I was trying to run sample HelloWorld project, but it was giving me errors as

" make.exe: Entering directory `C:/cocos2d-2.0-rc2-x-2.0.1-qt-1.0_2/cocos2dxqt/HelloWorld/proj.qt’
sbs -c arm.v5.udeb.gcce4_4_1
mifconv : BITMAP [arm.v5.udeb.gcce4_4_1]
sbs: warning: Missing dependency detected: C:/QtSDK/Symbian/SDKs/Symbian3Qt474/epoc32/release/armv5/udeb/cocos2dx-qt.lib
target : epoc32\release\armv5\udeb\helloworld.exe [arm.v5.udeb.gcce4_4_1]
checklib: error: couldn’t open file. "

I dont know how to sort this issue :frowning:

If anyone has faced this problem, then please Help me…

Thanks in advance

I’ve had the same issue. Firstly ensure that you have compiled the cocos2dx project.
If it doesn’t help run a search for ‘cocos2dx-qt.lib’ in ‘C:/QtSDK/Symbian/SDKs/Symbian3Qt474/’ directory. If the project has been built successfully you should be able to find this file and couple more in the same place(cocosdenshion.lib etc). Copy them all to the directory from the error message.