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 compile qt code from windows to MacOs

How to compile qt code from windows to MacOs

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 133 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
    Sadanand
    wrote on last edited by
    #1

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

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

      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
      2
      • S Offline
        S Offline
        Sadanand
        wrote on last edited by
        #3

        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
        0
        • K Offline
          K Offline
          kuzulis
          Qt Champions 2020
          wrote on last edited by kuzulis
          #4

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

          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