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. [Interest] How to add *.appex (Extension App) to QT-ios Project.
Forum Updated to NodeBB v4.3 + New Features

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

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
4 Posts 3 Posters 543 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.
  • Y Offline
    Y Offline
    ysbaekFox
    wrote on last edited by
    #1

    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
    0
    • M Offline
      M Offline
      martial
      wrote on last edited by
      #2

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

      1 Reply Last reply
      0
      • M Offline
        M Offline
        martial
        wrote on last edited by martial
        #3

        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
        2
        • O Offline
          O Offline
          Ozan Cansel
          wrote last edited by
          #4

          Is there a way to remove these flags by cmake without needing to interact with xcode?

          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