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. [Solved] What QT Creator to use and download
QtWS25 Last Chance

[Solved] What QT Creator to use and download

Scheduled Pinned Locked Moved General and Desktop
5 Posts 2 Posters 1.2k 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.
  • R Offline
    R Offline
    roach03
    wrote on last edited by
    #1

    Hi, I'm using a windows 8 64 bit OS on my laptop. I have a project in which I need to make changes on a existing application that was created on a lower version of QT (QT 4.x.x). When I tried to download the suggested QT 5.3.1 open source from this site I noticed that it will use the MINGW 4.8.2 (32 bit) component. Would there be any problems if I use this component since I'm using a 64 bit Windows OS? Newbie here TIA :)

    1 Reply Last reply
    0
    • A Offline
      A Offline
      ambershark
      wrote on last edited by
      #2

      Nope, you can use a 32-bit compiler on a 64-bit system no problem.

      The 2nd part could be a problem though. Qt 5 and 4 are not necessarily compatible. Building Qt4 code on Qt5 is almost guaranteed not to work.

      You can get any version of Qt Creator, but you will need to get Qt4 to build with. You can change/add/remove Qt instances you have that Qt Creator will pick up and use, so that shouldn't be a problem at all.

      My L-GPL'd C++ Logger github.com/ambershark-mike/sharklog

      1 Reply Last reply
      0
      • R Offline
        R Offline
        roach03
        wrote on last edited by
        #3

        thanks @ambershark. I'll try this 5.3.1 first. I saw a blog porting of QT 4 to QT 5 this should help me. if I should encounter any problems I'll post it here thanks again.

        1 Reply Last reply
        0
        • A Offline
          A Offline
          ambershark
          wrote on last edited by
          #4

          It shouldn't be too bad. I've ported a lot of Qt4 -> 5, but I've been using Qt for a long time now (since v3) so it may not be as easy as I think, lol.

          Porting 4->5 was super easy compared to 3->4. 3->4 was awful because so much of Qt had been redesigned. In fact there used to be Qt3 legacy support in Qt4 just to help with the ports.

          Anyway, shouldn't be too bad, once big thing that will catch you on gui projects is needing to have widgets defined, i.e.

          @
          QT += gui widgets
          @

          Previously it would just be 'gui' and that has been separated out in Qt5.

          Anyway, here is a great "link":http://qt-project.org/wiki/Transition_from_Qt_4.x_to_Qt5 to major things that need to be realized to port.

          My L-GPL'd C++ Logger github.com/ambershark-mike/sharklog

          1 Reply Last reply
          0
          • R Offline
            R Offline
            roach03
            wrote on last edited by
            #5

            Thanks for the support will try it now :)

            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