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)
QtWS25 Last Chance

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

Scheduled Pinned Locked Moved Solved Installation and Deployment
6 Posts 4 Posters 992 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.
  • R Offline
    R Offline
    rooted
    wrote on 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
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on 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
      4
      • sierdzioS sierdzio

        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 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
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on 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
          1
          • SGaistS SGaist

            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 last edited by
            #5

            @SGaistthanks it's solved!

            Pablo J. RoginaP 1 Reply Last reply
            0
            • R rooted

              @SGaistthanks it's solved!

              Pablo J. RoginaP Offline
              Pablo J. RoginaP Offline
              Pablo J. Rogina
              wrote on 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

              • Login

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