View Single Post
Posts: 341 | Thanked: 57 times | Joined on Nov 2009
#7
Originally Posted by eitama View Post
Ok, I am not expert when it comes to the simulator so it's hard for me to tell you exactly where to check, but in order to just fix the situation:

1. Uninstall everything (Nokia Qt SDK that is)
2. Download the latest release if you don't have it
3. Install to default location "c:\nokiaqtsdk", and make sure you select the proper stuff on the installation.
4. Create mobile application project and tests again, should work.

What OS are you using?
Ok based on what you just said, I figured out what the problem was .. The project I was trying to run on the Qt Simulator was of 'Qt Gui Application' type, while the application you mentioned that I use is 'Mobile Qt Application' .. I just created a new dummy Qt Mobile Project and ran that and it runs on the Qt Simulator ...

Can I convert my existing project to a 'Mobile Qt Application' type as well ?