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. error on configure qtractor-0..9.7 (no qmake)
Forum Updated to NodeBB v4.3 + New Features

error on configure qtractor-0..9.7 (no qmake)

Scheduled Pinned Locked Moved Solved Installation and Deployment
6 Posts 4 Posters 1.0k Views 3 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.
  • R Offline
    R Offline
    rooted
    wrote on 14 Jul 2019, 19:58 last edited by
    #1

    checking for qmake... no
    checking for qmake-qt5... no
    checking for Qt major version... ./configure: line 4793: no: command not found
    0
    checking for qmake-qt5... no
    configure: error: qmake-qt5 not found in current PATH. Maybe QT development environment isn't available. (qt5-devel)
    what can i do to fix this?

    1 Reply Last reply
    0
    • S Offline
      S Offline
      sierdzio
      Moderators
      wrote on 14 Jul 2019, 20:16 last edited by
      #2

      You need to install qt5-devel, as the error message suggests, or install Qt from the installer (qt.io/downloads) and add path to qmake to your $PATH variable.

      (Z(:^

      R 1 Reply Last reply 16 Jul 2019, 13:29
      4
      • S sierdzio
        14 Jul 2019, 20:16

        You need to install qt5-devel, as the error message suggests, or install Qt from the installer (qt.io/downloads) and add path to qmake to your $PATH variable.

        R Offline
        R Offline
        rooted
        wrote on 16 Jul 2019, 13:29 last edited by
        #3

        @sierdzio sorry for my ignorance but where i can find that variable and how to add path to qmake. i've already installed again with the qt installer and still the same problem

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 16 Jul 2019, 17:56 last edited by SGaist
          #4

          Hi,

          In the terminal, use something like:

          export PATH=/path/to/folder/containing_qmake:$PATH
          

          Then build your project.

          Note that if you follow @sierdzio recommendation about installing qt5-devel from your distribution, you won't ned that.

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

          R 1 Reply Last reply 16 Jul 2019, 18:31
          1
          • S SGaist
            16 Jul 2019, 17:56

            Hi,

            In the terminal, use something like:

            export PATH=/path/to/folder/containing_qmake:$PATH
            

            Then build your project.

            Note that if you follow @sierdzio recommendation about installing qt5-devel from your distribution, you won't ned that.

            R Offline
            R Offline
            rooted
            wrote on 16 Jul 2019, 18:31 last edited by
            #5

            @SGaistthanks it's solved!

            P 1 Reply Last reply 16 Jul 2019, 20:03
            0
            • R rooted
              16 Jul 2019, 18:31

              @SGaistthanks it's solved!

              P Offline
              P Offline
              Pablo J. Rogina
              wrote on 16 Jul 2019, 20:03 last edited by
              #6

              @rooted so please mark your post as such! Thanks.

              Upvote the answer(s) that helped you solve the issue
              Use "Topic Tools" button to mark your post as Solved
              Add screenshots via postimage.org
              Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

              1 Reply Last reply
              0

              4/6

              16 Jul 2019, 17:56

              • Login

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