Results 1 to 12 of 12

Thread: Implement jpegsrc.v8b.tar.gz LINUX

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #7
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Wiki edits
    17

    Default Re: Implement jpegsrc.v8b.tar.gz LINUX

    The configure script defaults to automatic detection of the presence of a system JPEG library. If you have the -I and -L options set correctly then it should find yours in preference to the vendor's.

    If you really must set it manually then:
    • Clearly the first option is of no use.
    • The second one will ignore the system JPEG library and also your JPEG library and use whatever is bundled inside Qt (v8 of the library in 4.7.0).
    • That leaves only one option.
    Last edited by ChrisW67; 7th December 2010 at 23:40.

Similar Threads

  1. How does Qt implement layers?
    By FinderCheng in forum Qt Programming
    Replies: 1
    Last Post: 16th October 2009, 13:12
  2. Trying to implement QMainWindow...
    By winston2020 in forum Qt Programming
    Replies: 2
    Last Post: 23rd October 2008, 19:12
  3. how to implement this widget
    By pencilren in forum Qt Programming
    Replies: 2
    Last Post: 15th June 2007, 11:10
  4. What's the best way to implement a MainWindow
    By darkadept in forum Qt Programming
    Replies: 5
    Last Post: 5th February 2007, 17:46
  5. how to implement it ?
    By qtopiahooo in forum Qt Programming
    Replies: 3
    Last Post: 25th October 2006, 17:01

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.