Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I specify an iOS simulator in Qt Creator?

In Qt Creator, when I click the run button in the bottom left corner to build and run my program in an iOS simulator, it is using the iPhone simulator, but I want to use the iPad simulator instead.

In XCode, you can specify which iOS simulator to run via Product...Destination. How is this done with Qt Creator?

like image 224
BuvinJ Avatar asked Jun 04 '15 13:06

BuvinJ


People also ask

How do I select simulator in Xcode?

Open Xcode and click Menu > Xcode > Preferences > Select Components, and then choose the simulator version you want to download.

Does Qt work on iOS?

Qt's iOS port allows you to run Qt applications on iOS devices, such as iPhones, iPads, and iPod Touches.

How do I start iPhone simulator in Xcode?

To launch a Simulator without running an appChoose Xcode > Open Developer Tool > Simulator. Control-click the Xcode icon in the Dock, and from the shortcut menu, choose Open Developer Tool > Simulator.


1 Answers

In Qt Creator, click "Projects" (on the left). Click the "Build & Run" tab (if not already selected). Under the tab for the simulator kit, click "Run" (assuming you already added a simulator kit). Then, under the "Run" settings, choose a "Device type" from the drop down.

like image 99
BuvinJ Avatar answered Oct 08 '22 00:10

BuvinJ