Qt Forum

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

    Unsolved How to compile qt code from windows to MacOs

    General and Desktop
    3
    4
    43
    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
      Sadanand last edited by

      How to compile the qt code developed on windows using clang compiler on MacOS.

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi,

        The usual qmake and make if you do that on the command line.

        You should explain your current setup to have a more complete answer.

        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 2
        • S
          Sadanand last edited by

          The usual qmake and make if you do that on the command line.? No

          1. Our Qt application should work on cross platform.
          2. Current development base is windows
          3. CMake tool used to build our project.

          My question is once the project is built on windows and if I want it to compile on MacOs too.
          what all the steps to follow.

          1 Reply Last reply Reply Quote 0
          • K
            kuzulis Qt Champions 2020 last edited by kuzulis

            You already has been answered, use same steps as in on windows (using CMake).

            1 Reply Last reply Reply Quote 0
            • First post
              Last post