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. From OSX to Windows10

From OSX to Windows10

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
osxwindows 10qt creator
8 Posts 2 Posters 877 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.
  • P Offline
    P Offline
    pauloord
    wrote on 30 Mar 2022, 18:30 last edited by
    #1

    I work on OSX (Mojave) and use Qt version 5.12.9, (Clang 10.0 (Apple), 64 bit), with XCode version 11.3.1. in C++. I don't use QML, only Qt Creator, qmake etc.
    Now I want to port my application to Windows10, installed VisulStudio2022 and Qt VS tools. Next I should install a Qt version for Windows.
    Can anyone advise me what (free?) version to install? (I work non-commercial by the way..)
    Thanks in advance.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 30 Mar 2022, 18:31 last edited by
      #2

      Hi,

      The latest 5.15 if you want to stay with Qt 5. Otherwise Qt 6.

      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
      • P Offline
        P Offline
        pauloord
        wrote on 30 Mar 2022, 19:04 last edited by
        #3

        Thanks, but I found qt-everywhere-opensource-src-5.15.3.zip (as sources to be build by me I suppose...) or loads of submodules.
        I found also qt-opensource-windows-x86-5.12.12.exe as offline installer.
        Is this a free version and is this 3.7G installer complete with Qt Creator etc.?

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 30 Mar 2022, 19:14 last edited by
          #4

          The Qt online installer is the way to go to have recent versions of Qt.

          The offline installers shall be full featured but you will have an outdated version of Qt Creator.

          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
          • P Offline
            P Offline
            pauloord
            wrote on 30 Mar 2022, 19:51 last edited by
            #5

            thanks again, I'll try that.
            I'm not so concerned about outdated versions as long as they produce what I want. As a person I am also outdated (70) and still developing my project (here), of course with the help of Qt and people like you!

            1 Reply Last reply
            0
            • S Offline
              S Offline
              SGaist
              Lifetime Qt Champion
              wrote on 30 Mar 2022, 20:23 last edited by
              #6

              No you're not !

              Since you want to use VS2022, I would recommend a recent build of Qt as well.

              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
              • P Offline
                P Offline
                pauloord
                wrote on 1 Apr 2022, 20:03 last edited by
                #7

                Well I tried qt-opensource-windows-x86-5.12.11.exe and installed Qt5.12.11.
                To get it running you cannot use the MSVC2017-64bit compilers but use MinGW 64bit. It took me several installs and deinstalls for Qt to get this right.
                Further for a simple QWidget app to have to copy several .dll's from the mingw73_64/bin directory in the same directory as the .exe.
                A bit more work than in OSX... but this is Windows.

                1 Reply Last reply
                0
                • S Offline
                  S Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on 1 Apr 2022, 20:10 last edited by
                  #8

                  Sure you can but that is a separate install. Microsoft does not allow third party installation.

                  As for the deployment, windeployqt is the cousin of macdeployqt. Using it will simplify the deployment process.

                  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

                  7/8

                  1 Apr 2022, 20:03

                  • Login

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