PDA

View Full Version : Linking previously compiled library into my new app



bhuff70
8th April 2009, 19:52
I have compiled from a QtCreator project mylibrary.dll
I have a new project in QtCreator in which I wish to use mylibrary.dll
Do I need to edit the .pro file? I tried doing it without success. What would I need to do. Can this be directly done from QtCreator?
When the new project is compiling, it must "know" any header files which I used in the library.

Thanks