You are not logged in.

Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Sunday, May 6th 2012, 5:20pm

Setting up linker to link against dll's?

I've build QT from source with option to build only shared libraries like so:
configure -debug -shared
nmake

Since every library like boost and openGL uses some preprocessor directive to tell the linker to link dynamicaly, i'm think QT libs have an such option too?

I'm using Visual studio 2010 btw.

Can you tell me what are the steps to link against QT dll's?

Similar threads