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. Can I use Qt Creator to compile Qt 4.8.4
Forum Updated to NodeBB v4.3 + New Features

Can I use Qt Creator to compile Qt 4.8.4

Scheduled Pinned Locked Moved Qt Creator and other tools
5 Posts 4 Posters 1.5k 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.
  • L Offline
    L Offline
    lout1230
    wrote on last edited by
    #1

    I just downloaded Qt Creator 5.3. I want to build an app against Qt 4.8.4 and run it on my embedded platform. When I ran the installer it only allowed me to choose Qt 5.x libraries. How do I install Qt 4.8.4 libraries and compile?

    Regards,

    Luis

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

      Hi and welcome to devnet,

      Go to the download page and scroll down to the Qt 4 section. However, there's no pre-built package for embedded, you'll have to cross-compile it yourself.

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

        I downloaded qt-everywhere-opensource-src-4.8.4.tar.gz. I guess my question is can I use the Qt Creator 5.3 IDE to build and deploy onto my board? Currently I can use the Open Project tab in Creator and point to the pinchzoom project under 5.3 and build. Is it as simple as just pointing to the 4.8.4 pinchzoom project and hitting 'build'?

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

          Creator doesn't distinguish when it comes to build /with/ Qt 4.8 or 5.3. So, if your setup would work with 5.3, it would work with 4.8, too.

          1 Reply Last reply
          0
          • A Offline
            A Offline
            andreyc
            wrote on last edited by
            #5

            As SGaist said you need to build Qt 4.8.4 for your target platform using cross-compiler that comes for the platform.
            After build you need to install it somewhere and then you can "add a kit":http://qt-project.org/doc/qtcreator-3.2/creator-configuring.html#checking-build-and-run-settings which includes cross-compiler and Qt 4.8.4 to QtCreator settings.
            After that create new project select a new Qt 4.8.4 kit or both kits and build your project.

            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