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. Running Qt project with Qt library in xCode (iOS)

Running Qt project with Qt library in xCode (iOS)

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 426 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.
  • H Offline
    H Offline
    hamer
    wrote on last edited by
    #1

    Hi,

    I have a project like this which should run on a iOS device:

    SUBDIRS = mylibrary \
              myapp
    myapp.depends = mylibrary
    

    From Qt Creator this can be run without further modification. But how can I make this run when I open the generated xCode project? The generated xCode project only compiles "myapp" and then complains that "mylibrary" is missing.

    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