Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QT as a framework in xcode
QtWS25 Last Chance

QT as a framework in xcode

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 682 Views
  • 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.
  • A Offline
    A Offline
    Anosh
    wrote on last edited by
    #1
    1. Pls help as we developing UI in QT and want use in other xcode project
    2. Initial approach is we are creating sample QT project as a framework and then we want make use of this framework file into other xcode project
    3. if Any sample project is available pls let me know
    1 Reply Last reply
    0
    • devDawgD Offline
      devDawgD Offline
      devDawg
      wrote on last edited by
      #2

      Hi Anosh,

      Qt .pro files, when ran with an iOS compiler, actually generate Xcode project files as well. When you run your application from Qt, it actually calls the XCode application to run the simulation software, or the plugins required to run the application from your Apple device.

      That being said, you don't need to be in the Apple Developer Program to test your iOS applications; but if your prototype gets to the point where you might want to release it in the App Store, then yeah, you'll need to create an account and pay a fee.

      The internet is your friend. Use it to your advantage. There are plenty of projects out there on the web, you just have to know how to search for what you want.

      If you're looking to develop an application for macOS, please follow this link: http://doc.qt.io/qt-5/osx.html
      If you're looking to develop for iOS, please follow this link: http://doc.qt.io/qt-5/ios-support.html

      With any project, extensive reading is necessary, or you will meet surprises and hit roadblocks. The better you prepare, the more you read, the less roadblocks you will encounter.

      Good luck!

      Anything worthwhile is never achieved easily.

      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