Thanks, deleting mif and rebooting was the solution.
Type: Posts; User: pkarpion; Keyword(s):
Thanks, deleting mif and rebooting was the solution.
No help. Strange is that with the new project (icon ok) I see svg-file under deployment/other_files but nothing in pro file.
I tried exactly that, but doesn't work. Same svg-file works with a new project where I choose icon when creating project.
I can't get my own svg into appliation icon. There is always general qt-icon. I've tried in pro-file ICON=my.svg
When I create a new project and select the same icon-file in the creation, it works...
Is it possible to load application fom marketplace and deploy it to emulator ?
Are these recorded and available ?
Yes, it works this way, and only on device, not on simulator.
pro:
file1.sources = images\image_x.png
DEPLOYMENT += file1
cpp:
QImage image1;
image1.load("image_x.png");
This works on simulator, but how to get the image on device ? I've tried to use DEPLOYMENT in pro-file but no success.
QImage image1;
image1.load("C:\\testing\\image_x.png");
Is this a long break:
http://projects.developer.nokia.com/MapExampleS40v15/downloads/1
Does some one have this QtUiTools.lib ?
Maybe it is this: In qt creator go to help/start updater/package manager/development tools/symbian toolchains/s60 5th ed. I don't know if this needs network connection.
If you start new install...
Done and no help.
Message is:
:-1: error: No rule to make target `\QtSDK\Symbian\SDKs\Symbian1Qt473\epoc32\release\ARMV5\udeb\QtUiTools.lib', needed by...
There is no qtuitools.lib-file. Should there be and do you have ?
error: No rule to make target `\QtSDK\Symbian\SDKs\Symbian1Qt473\epoc32\release\ARMV5\udeb\QtUiTools.lib', needed by...
Clarification please:
if I have a wp7 phone and I am connected to the phone with my computer, where I have development environment and my new great application, can i install the application to the...
This is not exactly what i think with 'mobile business'.
Any news about this ?
Is there plans for qt in s40 ?
Is there java support with windows phone ?
Removing .make.cache from project folder helped. (now that I found it)
I have this on QTCreator 2.0.1 and Xp environment and I don't know how to solve the problem. SDK is on D-disk, not C. Does it have something to do with this.
Got rid of the os-error. It gives some build issues, but works now, in simulator and device.
Could you (one more time) try to build->rebuild project ? Do you get build issues at all ?
I get a lot (batteryindicator example) and when deploying to device it gives "General OS-related error".
Can you compile now without errors ?
Did you just put that path in the pro-file or what did you exactly do ?
Check what building target you have. (I was also glad until I noticed that it worked right only with simulator.)