Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Multiple App Targets
Forum Updated to NodeBB v4.3 + New Features

Multiple App Targets

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 1.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    SteveG
    wrote on last edited by
    #1

    Can an app be built in Qt Creator using QML that can be deployed to Windows, Mac OSX, web browsers, Android and iOs? Are there any examples, tutorials, articles, etc. that show how this can be done and discuss any nuances? Thanks.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      The QML application basically follow the same deployment logic as the pure C++ application (plus the QML specific plugins).

      You have the various "Deployment Guides" that you can find in Qt's documentation.

      Android and iOS deployment are done through their respective app stores

      Hope it helps

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • S Offline
        S Offline
        SteveG
        wrote on last edited by
        #3

        Thanks for your reply. To clarify my question, can I create one project in Qt Creator that will enable me to build an app that will run on Windows, Mac OSX, web browsers, Android and iOS? I prefer using QML, possibly with some JavaScript and C++ as needed.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          You will have to build your application once for each platform, keeping in mind that building for iOS and OS X can only be done with OS X, cross-compilation for Android can be done from OS X, Linux and Windows.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved