Dear,
how to generate a sis file? and when I find it?
Thank you
B.R.
Dear,
how to generate a sis file? and when I find it?
Thank you
B.R.
On QT Creator or on Carbide?
Please tell us more
The lines above are the best I have to offer.If anyone of you is of more advanced knowledge, I ask for your patience and understanding! - unknown arab poet
http://www.tamoggemon.com - Symbian blog - Windows Phone blog
My other blogs:
webOS blog iPhone blog BlackBerry blog Samsung bada blog Android blog
Dear,
I undurstand how to create the sis in Qt Creator, but when I need to install the sis file in my symbian phone device, an error occur tell me the missing of Qt.
What program I need to install in my phone device?
Can you help me please?
Thank you
B.R.
You need to install the Qt runtime on the phone, before you install your Qt based app. You got the Qt SISX files when you downloaded the Qt SDK. Look also up "Smart Installer", which you can include in your own SISX package, and it will download and install Qt with your app, if the phone doesn't already have Qt.
Dear,
please can you give me the link to download Qt runtime for the phone?
Thank you
B.R.
You can check this link : http://wiki.forum.nokia.com/index.ph...ng_with_AppTRK
In which on the device debug is possible , just connect your phone with the computer and run your code.
Best regards,
Rahulvala, I think you have misunderstood the question.
nabilabdoun1, you already have the Qt runtime SISX files on your PC, if you've downloaded and installed the Qt SDK. The default path is c:\Qt\4.6.x\qt.sis
The thing to look for is qt-installer.sis It's loaded onto your development box when you install Qt for Symbian. qt-installer.sis contains qt.sis and the several other files needed to support the Qt environment.