Qt Creator Manual

Deploying to Mobile Devices

Deploy configurations in the Project mode Run Settings handle the packaging of the application as an executable and copying it to a location you want to run the executable at. The files can be copied to a location in the file system of the development PC or a mobile device.

  • Deploying Applications to Android Devices

    When you deploy the application on an Android device, Qt Creator copies the application files to the device. In addition, you can determine the Qt libraries to use.

  • Deploying Applications to Linux-Based Devices

    When you deploy the application on a Linux-based device, such as embedded Linux, MeeGo 1.2 Harmattan, or Maemo 5/Fremantle, Qt Creator copies the application files to the connected device. You can test and debug the application on the device. You can create Debian installation packages for MeeGo Harmattan and Maemo 5/Fremantle devices.

  • Deploying Applications to QNX Devices

    When you deploy the application on a BlackBerry, Qt Creator generates a BAR package in the build directory and deploys it to the connected device. When you deploy it on a QNX Neutrino device, Qt Creator copies the application files to the connected device. You can test and debug the application on the device.

Related Topics

  • Publishing

    When you are ready to publish the application on a publishing channel, you must make sure that the installation file meets the requirements for publishing on the channel.