Results 1 to 4 of 4

Thread: QMAKE not found

  1. #1
    Join Date
    Aug 2009
    Posts
    47
    Thanks
    6
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt/Embedded PyQt3 PyQt4
    Platforms
    Unix/X11 Symbian S60

    Default QMAKE not found

    Hi.,

    i am using Qt4.5 it installed in /opt/qt4.5/
    when i am running Qmake it tells Qmake command not found

    pls resolve this one

    thanking you
    SivaKumar

  2. #2
    Join Date
    Feb 2008
    Posts
    98
    Thanks
    2
    Thanked 24 Times in 24 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QMAKE not found

    Make sure you have "/opt/qt4.5/bin/qmake". Add /opt/qt4.5/bin to your path and set QTDIR to /opt/qt4.5 before running qmake.

    Qt Code:
    1. export QTDIR=/opt/qt4.5
    2. export PATH=$PATH:$QTDIR/bin
    To copy to clipboard, switch view to plain text mode 

  3. #3
    Join Date
    Apr 2009
    Posts
    35
    Thanks
    9
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Android

    Default Re: QMAKE not found

    Quote Originally Posted by kavinsiva View Post
    Hi.,

    i am using Qt4.5 it installed in /opt/qt4.5/
    when i am running Qmake it tells Qmake command not found

    pls resolve this one

    thanking you
    SivaKumar
    Qt Code:
    1. locate qmake
    To copy to clipboard, switch view to plain text mode 

  4. #4
    Join Date
    Aug 2009
    Location
    Almaty, Kazakhstan
    Posts
    18
    Thanks
    2
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QMAKE not found

    Quote Originally Posted by kavinsiva View Post
    when i am running Qmake it tells Qmake command not found
    I believe Qmake, with a capital Q is a typo?

Similar Threads

  1. qmake sux a lot
    By singermornings in forum Qt Programming
    Replies: 6
    Last Post: 29th January 2009, 08:33
  2. Visual Studio 2005 Express
    By Muzz in forum Installation and Deployment
    Replies: 22
    Last Post: 6th November 2008, 06:21
  3. Program crashes with assert error in xcb_lock.c
    By Valheru in forum Qt Programming
    Replies: 3
    Last Post: 18th November 2007, 19:56
  4. KDE 3.5.0 crash while opening project
    By MarkoSan in forum KDE Forum
    Replies: 2
    Last Post: 19th October 2007, 16:21
  5. Qt Cryptographic Architecture
    By vermarajeev in forum Qt Programming
    Replies: 6
    Last Post: 9th February 2007, 13:15

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.