Is it possible to create Creating Smart Installer wrapped apps for S60 using QT SDK for Linux and the remote compiler?
The information available on Smart Installer (in the readme directory under where the SDK has been installed) says that I need to run the following commands from the "Qt for Symbian Command Prompt" :
1. qmake && make release-gcce
2. make installer_sis
However, I think this is only for the Windows version of the SDK as I searched on Google and here to find "Qt for Symbian Command Prompt" for Linux but could not.
Currently I am using the QT Creator to develop my application. When I added make release-gcce or make installer_sis as the additional step to the remote compiler process, I got the error " *** No rule to make target "
Please tell me if there is a way to create Smart Installer wrapped apps using QT SDK for Linux or should I use Windows version instead if I want to do this?



