I have gone command line since IDE doesnt help on this. Following (http://doc.qt.nokia.com/latest/install-symbian.html)
I have executed qmake and it went fine. But when I executed make sis, I am getting error.
Code:
G:\Projects\Symbian\HelloWorld>make sis
make -f Makefile ok_sis MAKEFILES=.make.cache
make[1]: Entering directory `G:/Projects/Symbian/HelloWorld'
createpackage HelloWorld_template.pkg RELEASE-ARMV5
Auto-patching self-signed package.
Patching package file and relevant binaries...
g:/QtSDK/Symbian/SDKs/Symbian1Qt472/epoc32/release/armv5/urel/HelloWorld.exe ca
nnot be copied for patching. at G:\QtSDK\QtSources\4.7.2\bin\patch_capabilities.
pl line 229, <PKG> line 32.
ERROR: Automatic patching failed at G:\QtSDK\QtSources\4.7.2\bin\createpackage.p
l line 357.
make[1]: *** [ok_sis] Error 2
make[1]: Leaving directory `G:/Projects/Symbian/HelloWorld'
G:\S60\devices\S60_5th_Edition_SDK_v1.0\epoc32\tools\make.exe: *** [sis] Error 2
I could not find HelloWorld.exe in that specified folder. I have no idea why it is searching for that file over there.