Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Qt headers in IOS Xcode project. Linking Qt libs.

    Mobile and Embedded
    ios macosx link xcode qt5.4 qt5 qt5.5
    2
    4
    2114
    Loading More Posts
    • 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 Former User last edited by A Former User

      I`ve created project in xcode and added header containing <QtCoreApplication> include. (and there are many others in the project),
      though all goes good for MacOs. My XCode project cannot see qt libs. In macos that problem may be solved by adding QtCore.framework to project. But there no QtCore.framework for ios! And using that from clang_64 folder doesnt helps.

      Help, please!

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi,

        Qt for iOS is a static build that's why you don't find any frameworks, the clang_64 folder contains the Qt build for OS X the iOS build is in the ios folder

        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 Reply Quote 0
        • ?
          A Former User @SGaist last edited by A Former User

          @SGaist Sorry but how to link then to QT libs/use headers from xcode???

          Just linking libqtcore.a lib to project doesn`t help.

          1 Reply Last reply Reply Quote 0
          • SGaist
            SGaist Lifetime Qt Champion last edited by

            I'd generate the Xcode project from a .pro file, that way you have everything setup for you

            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 Reply Quote 0
            • First post
              Last post