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. Qmake: could not find a Qt installation of ''

Qmake: could not find a Qt installation of ''

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 9.9k 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.
  • B Offline
    B Offline
    bloodviper9000
    wrote on last edited by
    #1

    For a software I have in ubuntu, I have to run qmake to generate the Makefile.

    However, running qmake gives back this error,

    qmake: could not find a Qt installation of ''

    How to solve it

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andreyc
      wrote on last edited by
      #2

      Looks like you calling qmake from wrong path.
      If you have installed Qt from Ubuntu repository then check that you calling correct version of qmake. I think qmake has different prefix for Qt4 and Qt5.
      If you trying to use Qt from qt-project.org then try to run qmake with full path
      @
      $HOME/Qt/5.3/gcc/bin/qmake
      @

      1 Reply Last reply
      0
      • B Offline
        B Offline
        bloodviper9000
        wrote on last edited by
        #3

        I installed Qt 5 from the run online installer file .

        1 Reply Last reply
        0
        • A Offline
          A Offline
          andreyc
          wrote on last edited by
          #4

          Try to run qmake with full path from Qt installation.

          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