Dear All,
i am using QT Creator 2.0 .
how to generate the SISX file through command prompt.
Dear All,
i am using QT Creator 2.0 .
how to generate the SISX file through command prompt.
Last edited by damodharan; 2010-07-20 at 04:40.
any one have idea of this .. how to create a sis and SISX through command prompt for QT Creator 2.0 application
HI, all
These are the steps how I make the sis file:i am using QT Creator 2.0 .
how to generate the SISX file through command prompt.
"running the qt for symbian command prompt;
cd to the file of your project
qmake
make release-gcce
make sis"
Then you can get the .sis file.
Best regards,
RaHuL
thx Rahul,
but i am getting error.
in the command prompt i opened my project folder and i type qmake
any idea why its not taking qmake.C:\Qt\workspace\QtBuildTest1>qmake
'qmake' is not recognized as an internal or external command,
operable program or batch file.
and i am using Latest sdk [ NokiaQtSdk - QtCreator 2.0 ]
qmake.exe is a command line utility. If you search for qmake.exe in C:\NokiaQtSDK, I am getting 4 different qmake.exe each one for Symbian, win32, Simulator, Maemo.
When you are building sis file make sure C:\NokiaQtSDK\Symbian\SDK\bin in in path.
On the other hand if you check 'Qt for Symbian Command Prompt' from Start -> Programs -> Nokia Qt SDK -> Symbian -> Symbian Command Prompt.Code:set PATH=%PATH%;C:\NokiaQtSDK\Symbian\SDK\bin
![]()
thx datha_k,
thx for u reply ...
if u possible , plz give the proper flow - to create a SISX through command prompt.
Note:
my project is in default previous Qt folder [i.e]
C:\Qt\workspace\QtBuildTest1
what are the steps i want to follow to create a SISX through Command prompt?
thx to all.. i got the solution
Last edited by damodharan; 2010-07-20 at 13:30.