Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Download QtCreator based on Qt4.x
Forum Updated to NodeBB v4.3 + New Features

Download QtCreator based on Qt4.x

Scheduled Pinned Locked Moved Qt Creator and other tools
7 Posts 3 Posters 4.7k Views 1 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.
  • D Offline
    D Offline
    daviddoria
    wrote on last edited by
    #1

    At this page:
    http://qt-project.org/downloads#qt-creator

    I don't see an "older versions" link under Creator. I would like a binary of a version of Creator built against Qt4.8 (the one on the download page is against 5.0.1. Is there somewhere I can find this?

    Thanks,

    David

    1 Reply Last reply
    0
    • Q Offline
      Q Offline
      qxoz
      wrote on last edited by
      #2

      Well you can get it with Qt 4.8.4 installer or build it.

      1 Reply Last reply
      0
      • T Offline
        T Offline
        tobias.hunger
        wrote on last edited by
        #3

        The Qt Creator binaries that are shipped as part of the Qt 5.x packages are indeed linked against Qt 5.

        The stand-alone Qt Creator packages are build against Qt 4.8 though.

        1 Reply Last reply
        0
        • D Offline
          D Offline
          daviddoria
          wrote on last edited by
          #4

          Tobias,

          Ah, you're right. This is very unclear on this page: http://qt-project.org/downloads - in the Qt Creator (only) section it says "Qt Creator 2.6.2 is included in the Qt 5.0.1 binary packages." Since it doesn't say anything about Qt4.x, it seemed reasonable to assume it was built against Qt5.0.1. Do you think this could be clarified?

          David

          1 Reply Last reply
          0
          • T Offline
            T Offline
            tobias.hunger
            wrote on last edited by
            #5

            I can not change the text on the web site, sorry. You can always try to "file a bug report":https://bugreports.qt-project.org/ against it.

            Why would you want a creator build against Qt 4 anyway? Creator does support both Qt 4 and Qt 5, independently of which Qt version it uses.

            1 Reply Last reply
            0
            • D Offline
              D Offline
              daviddoria
              wrote on last edited by
              #6

              I have a Designer widget (.so file) that I am trying to use. In the stand alone QtCreator, I place the file in qtcreator-2.6.2/bin/designer and it is loaded when I launch QtCreator. However, in the QtCreator that comes bundled with the QtLibraries (the one built against Qt5), I tried placing the same .so file in Qt5.0.1/Tools/QtCreator/bin/designer, but it does not seem to be loaded when I launch this version of QtCreator. I was just assuming it was a vesion problem.

              David

              1 Reply Last reply
              0
              • T Offline
                T Offline
                tobias.hunger
                wrote on last edited by
                #7

                That is a version problem, yes.

                But Qt is very picky when it comes to loading plugins (it has to be... C++ binary compatibility is tricky;). Even minor version upgrades should break this.

                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