External Library
-
Hi All, I am trying to import an external static library in my project. I have added .h files in my QT Project and added the static library via the import external library option. But I am getting an error message as "Undefined reference to .... function ....". and followed by this error "collect2.exe: error: ld returned 1 exit status"
Note: The library isn't created with QT. I am using MingW for compiling the library and the qt project.
Please help !
-
Hi All, I am trying to import an external static library in my project. I have added .h files in my QT Project and added the static library via the import external library option. But I am getting an error message as "Undefined reference to .... function ....". and followed by this error "collect2.exe: error: ld returned 1 exit status"
Note: The library isn't created with QT. I am using MingW for compiling the library and the qt project.
Please help !