Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Porting from Windows to OSX and iOS

Porting from Windows to OSX and iOS

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 903 Views 1 Watching
  • 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 Offline
    A Offline
    abuv
    wrote on last edited by
    #1

    I have made a previous build on Windows and I am trying to port everything to OSX and iOS. I am following the directions given here:

    https://qt-project.org/doc/qt-5-snapshot/porting-to-ios.html

    The problem I am having is I have a file being copied to the build from an external source. So what I did in the Windows build is something like this in the .pro:

    QMAKE_POST_LINK = copy $${SRCDIR}\file.h $${DESTDIR}
    message(POST: $${QMAKE_POST_LINK})

    This worked on windows, but on OS X, I am getting an error saying "copy" is not a file or directory. It is acting as if it is part of the source directory in the code above. Is there a different syntax or something I am missing?

    Also, when I am trying to port to iOS, I am getting an error saying:

    Project ERROR: Unknown module(s) in QT: serialport

    is this module not supported on iOS?

    1 Reply Last reply
    0
    • A Offline
      A Offline
      abuv
      wrote on last edited by
      #2

      I just realized I posted on the wrong side of the forum. If you are looking for any answers that I might get, go here:

      https://qt-project.org/forums/viewthread/51170/

      1 Reply Last reply
      0
      • K Offline
        K Offline
        koahnig
        wrote on last edited by
        #3

        You are right. Your topic fits better in the other forum.
        A moderator could have moved this topic over to the forum.
        Anyway, closing this thread.

        Vote the answer(s) that helped you to solve your issue(s)

        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