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. How to export Qt Creator app built on Ubuntu to OSX

How to export Qt Creator app built on Ubuntu to OSX

Scheduled Pinned Locked Moved General and Desktop
ubuntu 14.04creatorosximport
4 Posts 2 Posters 1.9k 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.
  • S Offline
    S Offline
    shellback3
    wrote on last edited by
    #1

    I've created a small app on Ubuntu that I want to be able to run on OSX. How do I do this? Do I just copy the project from Ubuntu to OSX? There's no 'Import' that I can find.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Basically yes, copy the code and open the project in Qt Creator. I'd recommend using something like git to keep your code in sync between the two machines.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      S 1 Reply Last reply
      1
      • SGaistS SGaist

        Hi,

        Basically yes, copy the code and open the project in Qt Creator. I'd recommend using something like git to keep your code in sync between the two machines.

        S Offline
        S Offline
        shellback3
        wrote on last edited by
        #3

        @SGaist Thanks, that's good to know.
        I would like to keep the code synchronized across the two OS but, right now, it appears to me that git is yet another 'app' that I must learn and I'm the only programmer here so I don't share. If I could learn just enough quickly to cover my projects it would be worthwhile.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          It's not just "yet another app" to learn. It's the current defacto version control system used by Qt, KDE, the linux kernel and many more projects.

          Even if you're the only developer, that's something you really want to learn to use.

          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
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved