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"

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.
  • S Offline
    S Offline
    SGaist
    Lifetime Qt Champion
    wrote on 12 Oct 2017, 19:28 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
    • J jsulm
      10 Oct 2017, 04:19

      @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 14 Oct 2017, 09:20 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 ??

      J 1 Reply Last reply 16 Oct 2017, 04:27
      0
      • S Offline
        S Offline
        SGaist
        Lifetime Qt Champion
        wrote on 14 Oct 2017, 09:25 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
          14 Oct 2017, 09:20

          @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 ??

          J Offline
          J Offline
          jsulm
          Lifetime Qt Champion
          wrote on 16 Oct 2017, 04:27 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

          21/24

          12 Oct 2017, 19:28

          • Login

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