Create a new project
Type for your new app should be:
Your project should have both Harmattan and Simulator target:Run in simulator
Select Qt Simulator as target:
And run.In the simulator, select N9 as skin and make sure that Harmattan components are active:
Restart simulator and you app should run.Run in device
Select Harmattan as active target for the project on the left sidebar
And then just follow the rest of the instructions from wiki under: "Running on device".
Sage has written an excellent post about how you can install Nemo's components natively to your computer and use them to develop QML apps for Nemo. Upside of his approach is that you do not need to use emulator and you are using Nemo versions of components thus what you see it is more closer to what you actually see on device.
ReplyDeleteSage's blog post.