PDA

View Full Version : problem in linking with libqtiff.dylib



nareshqt
12th June 2008, 10:59
Hi Friends,

I am using Mac Os x 10.4.8 (PPC).

I configured Qt 4.4 as below

./configure -universal -sdk /Developer/sdks/MacOsx10.4u.sdk -qt-qtiff

As want to read tags in a tiff file so i passed last parameter -qtiff.

Now i got the libqtiff.dylib into plugins/imageformats/

When i link this dylib with my application and run , it still giving undefined symbols..

where is the problem ? can't i link the libqtiff.dylib directly to my application ..?



Thanks,
knrcse

jacek
20th June 2008, 13:19
Now i got the libqtiff.dylib into plugins/imageformats/

When i link this dylib with my application and run , it still giving undefined symbols..
If that's a plugin, you don't need to link it with your application. Qt will load it in the runtime.