Results 1 to 2 of 2

Thread: is possible include linux library?

  1. #1
    Join Date
    May 2013
    Posts
    45
    Thanks
    11
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11

    Default is possible include linux library?

    is possible include linux library into bin file application? i mean glibc,...

    or how can i run application on linux without newer glibc and other libs? my application using glibc 2.14 and second only 2.11 and i cant install newer glibc

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: is possible include linux library?

    Question not related to Qt, but you can either statically link libraries or include them with your application and set $LD_LIBRARY_PATH so that our versions are found before the ones installed in the system.

    Cheers,
    _

Similar Threads

  1. How to include id3lib library in Qt (Windows)
    By Divad in forum Qt Programming
    Replies: 6
    Last Post: 17th January 2014, 17:51
  2. Replies: 1
    Last Post: 19th September 2013, 18:32
  3. Replies: 1
    Last Post: 7th February 2013, 09:51
  4. linux, libusb, and usb.h include issue
    By Windsoarer in forum Qt Programming
    Replies: 1
    Last Post: 4th July 2012, 10:21
  5. How to include library using config+=mylibrary
    By marcvanriet in forum Qt Programming
    Replies: 8
    Last Post: 11th September 2011, 21:17

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.