.lib -> static lib msvc
.d -> static lib mingw
.a or .lib -> static import lib (mingw/msvc)
.dll -> shared lib
so you either have to create your lib as static lib or make sure to export (search forum for Q_DECL_EXPORT / Q_DECL_IMPORT) to functions/classes you want to access from outside the lib.




Reply With Quote

Bookmarks