Results 1 to 20 of 30

Thread: linking libraries

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #12
    Join Date
    Mar 2006
    Posts
    15
    Qt products
    Qt3
    Platforms
    Unix/X11
    Thanks
    3

    Default Re: linking libraries

    pkg-config vortex --libs
    -pthread -L/usr/local/lib -lvortex -lgthread-2.0 -lxml2 -lz -lm -lglib-2.0

    pkg-config vortex --cflags
    -pthread -I/usr/local/include/vortex -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2


    I'll wait with the install of Qt 4.1.1 until I know for sure it won't mess up my current configuration.
    Last edited by JustaStudent; 25th March 2006 at 16:22.

Similar Threads

  1. Link errors when linking chained libraries on windows
    By darkadept in forum Qt Programming
    Replies: 5
    Last Post: 26th May 2008, 14:52
  2. problem with order of libs during linking
    By minimax in forum Qt Programming
    Replies: 2
    Last Post: 8th January 2008, 10:32
  3. Qt 3.3 libraries
    By ToddAtWSU in forum Qt Programming
    Replies: 1
    Last Post: 21st December 2006, 17:25
  4. I got two problems when I used static compiled library of QT4
    By qintm in forum Installation and Deployment
    Replies: 8
    Last Post: 20th April 2006, 08:52
  5. Replies: 4
    Last Post: 7th March 2006, 08:52

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.