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 framework for iOS
Forum Update on Monday, May 27th 2025

QT as framework for iOS

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 220 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.
  • D Offline
    D Offline
    Dawid Chyrzynski
    wrote on 3 Mar 2021, 07:45 last edited by
    #1

    Hi all,

    I was recently working on the iOS app that's going to use some parts of the code from my desktop app. The logic is implemented as a library in the C++ using Qt framework. I successfully compiled my library as an iOS bundle that I can link in XCode successfully but... as it uses QtCore and QtNetwork so the build fails due to missing Qt headers. I need to find a way for linking Qt to my XCode project. Is it possible to build Qt as an iOS framework? It should be definitely possible as Qt for macOS comes as frameworks pack (when installed via brew). Do I need to build Qt on my own or there is a Qt version that I can just download and link to my project?

    Thanks a lot,
    Dawid

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 3 Mar 2021, 20:16 last edited by
      #2

      Hi and welcome to devnet,

      You can install the Qt for iOS build using the online installer from the Qt Company.

      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

      1/2

      3 Mar 2021, 07:45

      • Login

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