Desktop application to simulator in qt creator [Solved]
-
Hi all,
I have a working desktop application.Now I'd like to see how does it works in the Simulator. How can I do that?
If I create a new project I can tell Qt Creator what project type I want so I can select "widget mobile application" but how can I "add" Simulator to my existing Desktop project?
-
Go to project mode ("Projects" on the right side of the window), click on the + button right of the big box saying "Desktop" there.
-
I know, I wrote it;-)
We do ship a manual along with Qt Creator by the way... it does explain these kind of things and also explains lots of cool features that we hid away in the IDE. It is really worth your time reading it. I try to do so once every release cycle and I always discover something new.