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. Online installer only lists old version in "Select Components"
QtWS25 Last Chance

Online installer only lists old version in "Select Components"

Scheduled Pinned Locked Moved Unsolved General and Desktop
qt5.7.032bitlinuxonline installe
24 Posts 7 Posters 18.7k 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.
  • SGaistS Offline
    SGaistS Offline
    SGaist
    Lifetime Qt Champion
    wrote on last edited by
    #9

    There's one tiny big detail that you are not taking into account: the numbers of platforms with pre-built packages already provided. The packages are not just generated and thrown on a server.

    Each one is generated with the help of the CI, tested and validated. All these tasks requires people, time and hardware which are sadly limited resources.

    The goal of the project has always been to have a support as wide as possible and make it easy for as many people as possible but they still have to do everything with what they have at hand.

    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
    • E eureka

      For those who still require Qt 5.7 installed on Linux 32bits (older generation machines) I have just successfully installed Qt 5.7 into Ubuntu 14.04 (32bits) using this PPA. I retain Qt 5.6 (from same PPA).

      https://launchpad.net/~beineri/+archive/ubuntu/opt-qt57-trusty

      On Ubuntu I used the utility Y PPA Manager to add new PPA (although it can be done through Ubuntu Software Centre).

      Then launching Ubuntu Software Centre > All Software I selected
      Qt 5.7 for /opt Trusty

      Then I installed packages

      I started with
      The full stack of Qt 5.7 release
      qt57-meta-full

      Followed by others such as Qt Creator.

      Note that the links under Ubuntu Applications > Programming are not created until you logout and login again.

      The only quirk I have is that Qt 5.7 Creator does not show in Applications > Programming menu but I can launch it from /opt/qt57/bin/qtcreator.

      I will manually add a launcher link. This might be because I had Qt 5.6 Creator installed and that was removed in the installation process ...

      At the point of installing Qt Creator this message appeared from Ubuntu Software Centre ...

      To install qt57creator, these items must be removed
      
      Lightweight integrated development environment (IDE) for Qt
      qt56creator
      
      Documentation for qt creator ide
      qt56creator-doc
      
      Qt project build system
      qt56qbs
      
      
      S Offline
      S Offline
      seemar
      wrote on last edited by
      #10

      @eureka Can you please guide in how to retain qt5.7 and install qt5.6.2 from the PPA.
      My steps are.

      1. Adding ppa using
        sudo add-apt-repository ppa:beineri/opt-qt562-trusty
      2. Than calling update
        sudo apt-get update

      This update is giving me the error,
      W: Failed to fetch http://ppa.launchpad.net/beineri/opt-qt57-trusty/ubuntu/dists/trusty/main/binary-i386/Packages 404 Not Found.

      As you you can see i am trying to fetch qt5.6.2, but apt-get update is trying to fetch qt5.7.

      Please help in installing qt5.6.2 from the ppa, i already have qt5.7 from the same ppa.

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

        @seemar From a quick look at the PPA, opt-qt57-trusty doesn't exists hence your error.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        S 1 Reply Last reply
        0
        • SGaistS SGaist

          @seemar From a quick look at the PPA, opt-qt57-trusty doesn't exists hence your error.

          S Offline
          S Offline
          seemar
          wrote on last edited by
          #12

          @SGaist In this link https://launchpad.net/~beineri/+archive/ubuntu/opt-qt562-trusty, it is
          saying to execute Source /opt/qt56/bin/qt56-env.sh. I cant able to find the script in that directory. Can you help me in setting up the environment and than installing the qt5.6.2.

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

            You should be able to do that once you installed the package.

            No I can't further, if I need a specific version of Qt I usually build it myself.

            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
            • SGaistS SGaist

              Hi,

              Taking a look at the reference platforms here, only 64 bit linux is mentioned.

              So you'll have to build Qt yourself if you need to target 32bit distributions.

              N Offline
              N Offline
              nitish_linked
              wrote on last edited by
              #14

              @SGaist hi, can you please tell how to build qt 5.6 in 32 bit ubuntu 16.04.
              I have tried to build it from source but my version is still showing 5.5.
              Help will be appreciated.

              jsulmJ 1 Reply Last reply
              0
              • N nitish_linked

                @SGaist hi, can you please tell how to build qt 5.6 in 32 bit ubuntu 16.04.
                I have tried to build it from source but my version is still showing 5.5.
                Help will be appreciated.

                jsulmJ Online
                jsulmJ Online
                jsulm
                Lifetime Qt Champion
                wrote on last edited by
                #15

                @nitish_linked Well, download the Qt 5.6 source code and build it. How do you know that your version is still 5.5? And how did you build it?

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

                1 Reply Last reply
                3
                • N Offline
                  N Offline
                  nitish_linked
                  wrote on last edited by
                  #16

                  @jsulm Hi, thanks for replying.
                  My machine previously had Qt5.5, so i decided to upgrade it to Qt5.6.
                  For that, I followed the following steps :-
                  1.) Downloaded qt-everywhere-opensource-src-5.9.2
                  2.) ./configure -prefix $PWD/qtbase -opensource -nomake tests
                  3.) make -j 4

                  It will be great if you can guide me if i am doing some mistake.

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

                    Why are you using Qt 5.9.2 sources if you want to build Qt 5.6 ?

                    In any case, you should also add -nomake examples.

                    Interested in AI ? www.idiap.ch
                    Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                    N 1 Reply Last reply
                    3
                    • N nitish_linked

                      @jsulm Hi, thanks for replying.
                      My machine previously had Qt5.5, so i decided to upgrade it to Qt5.6.
                      For that, I followed the following steps :-
                      1.) Downloaded qt-everywhere-opensource-src-5.9.2
                      2.) ./configure -prefix $PWD/qtbase -opensource -nomake tests
                      3.) make -j 4

                      It will be great if you can guide me if i am doing some mistake.

                      jsulmJ Online
                      jsulmJ Online
                      jsulm
                      Lifetime Qt Champion
                      wrote on last edited by
                      #18

                      @nitish_linked You forgot to call "make install". And later if you call qmake use absolute path to it to make sure you call qmake from that Qt.

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

                      N 2 Replies Last reply
                      2
                      • jsulmJ jsulm

                        @nitish_linked You forgot to call "make install". And later if you call qmake use absolute path to it to make sure you call qmake from that Qt.

                        N Offline
                        N Offline
                        nitish_linked
                        wrote on last edited by
                        #19

                        @jsulm thanks for help !!

                        1 Reply Last reply
                        0
                        • SGaistS SGaist

                          Why are you using Qt 5.9.2 sources if you want to build Qt 5.6 ?

                          In any case, you should also add -nomake examples.

                          N Offline
                          N Offline
                          nitish_linked
                          wrote on last edited by
                          #20

                          @SGaist thank you very much for your help !!

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

                            You're welcome !

                            Since you have it working now, please mark the thread as solved using the "Topic Tools" button so that other forum users may know a solution has been found :)

                            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
                            • jsulmJ jsulm

                              @nitish_linked You forgot to call "make install". And later if you call qmake use absolute path to it to make sure you call qmake from that Qt.

                              N Offline
                              N Offline
                              nitish_linked
                              wrote on last edited by
                              #22

                              @jsulm hi, i followed the steps told by you, and this time I also executed the command make install . But, when i perform qmake -v , it is still showing qt version 5.5.
                              Is there a problem of absolute path of qt ??

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

                                By calling only qmake you are calling your distribution provided qmake, use the full path if you want to call a specific Qt version.

                                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
                                1
                                • N nitish_linked

                                  @jsulm hi, i followed the steps told by you, and this time I also executed the command make install . But, when i perform qmake -v , it is still showing qt version 5.5.
                                  Is there a problem of absolute path of qt ??

                                  jsulmJ Online
                                  jsulmJ Online
                                  jsulm
                                  Lifetime Qt Champion
                                  wrote on last edited by
                                  #24

                                  @nitish_linked As @SGaist said use absolute path to your qmake. If you just call qmake the system looks in some predefined locations (like /usr/bin) and in directories PATH is showing to and finds qmake from your distribution.

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

                                  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