Hi,
How i can make a .sis or .sisx file with Qt creator ? I have to import my project to Carbide.c++ but is not working.
Thanks for your help.
Hi,
How i can make a .sis or .sisx file with Qt creator ? I have to import my project to Carbide.c++ but is not working.
Thanks for your help.
These are the steps how I make the sis file:
"running the qt for symbian command prompt;
cd to the file of your project
qmake
make release-gcce
make sis"
that's it. Then you can get the .sis file.
Good Luck!
I've not tried it on Creator, but under Carbide you have to set up the "build configuration" -- specify the PKG file. I'd give you chapter and verse except that I'm in the middle of uninstalling/reinstalling everything.
If you try to run the application on your device from creator, it will create the .sis files, at least if you have a device connected.
Hi, thanks for your answer.
When i follow your command i have 4errors with makefile.
But if i make my project with Qt creator i have no error.
I have connect my n97 and config Qt Creator but i have error with message "No phone connected".Originally Posted by axeljaeger
I have screen my Qt Creator config, and upload here.
Thanks again for help me.
On Carbide, in order to create a .sis file, you must edit the properties of the project and select "Build Configuration" (shown under the "Carbide.c++" category).
There you select the phone (vs emulator) configuration and the "SIS Builder" tab. Pressing "Add" on that tab gives you a SIS Properties screen. You must fill in the PKG file name on that screen. (The rest can default.)
I don't know how much this procedure resembles what goes on with Creator.
I try create a .sis with QtCreator on my laptop, and it's work.
So i think my pc have a bad configurations.
My problem are resolved, thanks again for help me![]()
Found, it was in the Deploy screen instead of the make one.