Results 1 to 7 of 7

Thread: Can't Compile on Ubuntu Linux

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    Feb 2008
    Posts
    491
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11
    Thanks
    12
    Thanked 142 Times in 135 Posts

    Default Re: Can't Compile on Ubuntu Linux

    Sorry I didn't notice that Qt is installed in a non standard location. I have Qt on a different partition on my Debian box and this works on my machine, hopefully it will on yours:
    Qt Code:
    1. QTDIR=/opt/qtsdk-2010.02/qt
    2. PATH=$QTDIR/bin:$PATH
    3. export QTDIR PATH
    To copy to clipboard, switch view to plain text mode 
    HTH
    Last edited by norobro; 9th April 2010 at 16:54. Reason: correct typo

Similar Threads

  1. Replies: 3
    Last Post: 18th February 2010, 16:43
  2. Replies: 10
    Last Post: 13th November 2009, 19:31
  3. Replies: 0
    Last Post: 4th November 2009, 07:45
  4. Compile error with qtopia-opensrouce-4.3.2 on Ubuntu.
    By JPPoulin in forum Qt Programming
    Replies: 0
    Last Post: 6th June 2009, 03:58
  5. Replies: 5
    Last Post: 6th March 2009, 09:58

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
  •  
Qt is a trademark of The Qt Company.