Qt Forum

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

    Update: Forum Guidelines & Code of Conduct

    Unsolved [Interest] How to add *.appex (Extension App) to QT-ios Project.

    Mobile and Embedded
    2
    3
    203
    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.
    • Y
      ysbaekFox last edited by

      I want to know if I can add that extension app with QT qmake first.
      But it seems that qt doesn't support it right ??

      The second, I created the QT Project and manually added the Extension App in XCode Env
      , but the following build error occurred.

      1.png

      I cannot add Extension App. Is this not possible on QT ??
      What should I do to implement this function ??

      1 Reply Last reply Reply Quote 0
      • M
        martial last edited by

        I have the same issue, did you found a way to make it work ?

        1 Reply Last reply Reply Quote 0
        • M
          martial last edited by martial

          I found a way:
          In Xcode remove the line "-Wl,-e,_qt_main_wrapper" from "Build Settings / Other linker flags" on the project and on all the targets.
          Then add back this line only on the main app target.
          Rebuild all.

          1 Reply Last reply Reply Quote 1
          • First post
            Last post