PDA

View Full Version : Dynamic linking visual studio compiler with .pro file



scarecr0w132
12th September 2013, 05:20
Hi,

I am trying to use a dynamic library compiled visual studio
I am using qt creator visual studio
I have TKernel.dll and TKernel.lib

how can I use these in my project with the .pro file?

Thanks

ChrisW67
12th September 2013, 06:57
Declaring Other Libraries

To be useful you are likely going to need a matching header file(s) as well.

scarecr0w132
12th September 2013, 07:03
thanks it works