Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Assistance Needed Understanding Direction in Install Qt5 on Ubuntu Tutorial
Forum Updated to NodeBB v4.3 + New Features

Assistance Needed Understanding Direction in Install Qt5 on Ubuntu Tutorial

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
5 Posts 4 Posters 1.8k Views 2 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.
  • F Offline
    F Offline
    Frank W
    wrote on last edited by
    #1

    Good evening all,

    I have been trying to install Qt 5.9.0 on Kubuntu 17.04. I have been using the Tutorial: Install Qt5 on Ubuntu for direction and guidance, but I have hit a stumbling block and I am in need of someone experienced with the installation of Qt5 on Ubuntu to clarify and expand on the direction that states:

                  Open file mimeapps.list and check if the following line is present:
                                             application/vnd.nokia.qt.qmakeprofile=qtcreator.desktop
                if it is not, add it under [added Associations].
    

    I opened the mimeapps.list file, but the line was not present. That's the point at which I was stymied. It sounds as though what needs to happen is to create an association between the .desktop file I created as directed and this application 'vnd.nokia.qt.qmakeprofile'. However, try as I might I have been unable to identify the directory where this mythical application resides. Again, common sense and better judgment says it is going to be found with the directory where the newly installed Qt 5.9.0 was installed (which I chose to leave as the default value, but do you suppose I can remember what the default installation path is?).

    I'm hoping one of you more experienced hands with Qt and Ubuntu will take a little pity on a newbie who is greener than even the grass, and help him up the path toward knowledge a bit.

    Thanks!

    jsulmJ 1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Can you post a link to that tutorial?

      Judging from the name "nokia" there, I guess you have stumbled upon some very old tutorial (Qt and Nokia have parted ways ~6 years ago).

      If that tutorial is about installing Qt 5.9, then all you need to do is:

      • run sudo apt install build-essentials
      • download installer from qt.io/download-open-source
      • run the installer (you may need to make it executable first). You can safely skip the login step
      • done :-) It's installed and ready

      (Z(:^

      JKSHJ 1 Reply Last reply
      3
      • sierdzioS sierdzio

        Can you post a link to that tutorial?

        Judging from the name "nokia" there, I guess you have stumbled upon some very old tutorial (Qt and Nokia have parted ways ~6 years ago).

        If that tutorial is about installing Qt 5.9, then all you need to do is:

        • run sudo apt install build-essentials
        • download installer from qt.io/download-open-source
        • run the installer (you may need to make it executable first). You can safely skip the login step
        • done :-) It's installed and ready
        JKSHJ Offline
        JKSHJ Offline
        JKSH
        Moderators
        wrote on last edited by
        #3

        @sierdzio said in Assistance Needed Understanding Direction in Install Qt5 on Ubuntu Tutorial:

        Can you post a link to that tutorial?

        Judging from the name "nokia" there, I guess you have stumbled upon some very old tutorial (Qt and Nokia have parted ways ~6 years ago).

        I'm guessing the tutorial is https://wiki.qt.io/Install_Qt_5_on_Ubuntu

        From the edit history, it's a very old tutorial that was partially updated to Qt 5.7. The update does not seem complete, hence the reference to Nokia.

        If that tutorial is about installing Qt 5.9, then all you need to do is:

        • run sudo apt install build-essentials
        • download installer from qt.io/download-open-source
        • run the installer (you may need to make it executable first). You can safely skip the login step
        • done :-) It's installed and ready

        +1

        Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

        1 Reply Last reply
        1
        • F Frank W

          Good evening all,

          I have been trying to install Qt 5.9.0 on Kubuntu 17.04. I have been using the Tutorial: Install Qt5 on Ubuntu for direction and guidance, but I have hit a stumbling block and I am in need of someone experienced with the installation of Qt5 on Ubuntu to clarify and expand on the direction that states:

                        Open file mimeapps.list and check if the following line is present:
                                                   application/vnd.nokia.qt.qmakeprofile=qtcreator.desktop
                      if it is not, add it under [added Associations].
          

          I opened the mimeapps.list file, but the line was not present. That's the point at which I was stymied. It sounds as though what needs to happen is to create an association between the .desktop file I created as directed and this application 'vnd.nokia.qt.qmakeprofile'. However, try as I might I have been unable to identify the directory where this mythical application resides. Again, common sense and better judgment says it is going to be found with the directory where the newly installed Qt 5.9.0 was installed (which I chose to leave as the default value, but do you suppose I can remember what the default installation path is?).

          I'm hoping one of you more experienced hands with Qt and Ubuntu will take a little pity on a newbie who is greener than even the grass, and help him up the path toward knowledge a bit.

          Thanks!

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @Frank-W @sierdzio
          Most probably OpenGL devel package must be installed as well (don't remember exact name)

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

          1 Reply Last reply
          2
          • sierdzioS Offline
            sierdzioS Offline
            sierdzio
            Moderators
            wrote on last edited by
            #5

            Possibly sudo apt install libglu1-mesa-dev

            (Z(:^

            1 Reply Last reply
            2

            • Login

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