Qt Forum

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

    How to export Qt Creator app built on Ubuntu to OSX

    General and Desktop
    ubuntu 14.04 creator osx import
    2
    4
    1401
    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.
    • S
      shellback3 last edited by

      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 Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        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 Reply Quote 1
        • S
          shellback3 @SGaist last edited by

          @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 Reply Quote 0
          • SGaist
            SGaist Lifetime Qt Champion last edited by

            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 Reply Quote 0
            • First post
              Last post