Results 1 to 3 of 3

Thread: how do I place qmake (Qt4) in my PATH

  1. #1
    Join Date
    Nov 2008
    Beans
    338
    Distro
    Ubuntu

    how do I place qmake (Qt4) in my PATH

    every now and and then I find that something isn't in my PATH...can someone explain how to place something in my path...

    ...In this case I'm trying to install the latest MuseScore program however I get this from terminal.....

    The installed Qt version 4.3.4 is too old, at least version 4.4.0 is required
    CMake Error: Fatal error: QT (version >= 4.4.0) required. Cmake tries to detect QT4 by searching for 'qmake' in your PATH.If you have QT4 installed, make sure qmake is found in your PATH. If you compiled QT4 yourself make sure your new qmake ist found _first_ in your PATH.

    ...so I installed that according to the install instructions that came with Qt, which included adding this line to .profile:
    PATH=/usr/local/Trolltech/Qt-4.5.1/bin:$PATH
    export PATH

    however when I try to install MuseScore again I am told the same message from terminal....any help appreciated.....

  2. #2
    Join Date
    Aug 2008
    Beans
    11

    Re: how do I place qmake (Qt4) in my PATH

    i'm having the exact same problem. Any news?

  3. #3
    Join Date
    Jul 2007
    Location
    Burlington, NC
    Beans
    1,995
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: how do I place qmake (Qt4) in my PATH

    Code:
    sudo apt-get install musescore
    Give me Free Software or Give me Death!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •