Hi all,
I am using a third party library in my Qt App. This third party library was built by VS2012(both debug & release). My Qt app will link it to dynamically. When i am debugging application from Qt creator, i cant step-into the external library function call's source code( i have the source code of that library ). I understood that gdb unable to locate source code. But how to make it happen in windows platform. I have mentioned in .pro file to link my app with library(libs path). Application is able to link with library (in both release and debug modes), but how to step into lib source code while debugging from Qtcreator?
My Environment Details:
OS: Windows7, QT SDK : 1.2.1 (Qt libs - v4.8.1), Qt Ctreator - v2.4.1.

Thanks..