Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Configure QT for both Windows and OSX
Forum Updated to NodeBB v4.3 + New Features

Configure QT for both Windows and OSX

Scheduled Pinned Locked Moved Solved Installation and Deployment
5 Posts 4 Posters 1.4k Views 2 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.
  • G Offline
    G Offline
    Gabry80
    wrote on last edited by
    #1

    Hello, i want to ask to the forum if there's a way to use a QT project on OSX and Windows10 at the same time.What type of installation should i make in my operating systems?Thank you.

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

      Hi and welcome to devnet,

      If you mean having only one build of Qt for both then no.

      If you mean being able to build your project on both platform then the easiest way to share the code is a source versioning system like git.

      If it matches neither then please provide more details about what you want to achieve.

      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
      • G Offline
        G Offline
        Gabry80
        wrote on last edited by Gabry80
        #3

        Ok i deal with it, but now i want to install QT on mi pc running on Windows 10, what files and libraries i have to install? I need to code in C++.Thank you for your answers.

        jsulmJ 1 Reply Last reply
        0
        • G Gabry80

          Ok i deal with it, but now i want to install QT on mi pc running on Windows 10, what files and libraries i have to install? I need to code in C++.Thank you for your answers.

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Gabry80 Download Qt Online Installer. Decide which compiler you want to use: Microsoft C++ or MinGW?
          The easiest way is to use MinGW. Start Qt Online Installer and select Qt for MinGW and in Tools section select MinGW, install. If you need Microsoft C++ compiler then you need to install Visual Studio first and then Qt.

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          3
          • mrjjM Offline
            mrjjM Offline
            mrjj
            Lifetime Qt Champion
            wrote on last edited by
            #5

            Hi
            I can highly recommend mingw for a good way to start using Qt.
            If you prefer visual studio, remember also to install the (extra) debugger
            if you plan to use Creator as ide. ( and visual studio as compiler)

            For MacOS, i found this to give a good intro albeit for an older Qt but im
            100% macOS noob so i found it informative
            https://www.ics.com/blog/getting-started-qt-and-qt-creator-macos
            Make sure OS version, XCode and Qt matches.

            1 Reply Last reply
            1

            • Login

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