Linking error
Hrachya Aslayan
hro_2002 at mail.ru
Mon Oct 26 14:17:43 GMT 2020
There is my project pro file:
INCLUDEPATH += \
C:/taglib-1.11.1/taglib \
C:/taglib-1.11.1/taglib/toolkit
C:/taglib/taglib/
LIBS += \
C:/taglib/taglib/libtag.a
Here is code:
#include <taglib/fileref.h>
using namespace TagLib;
int main(int argc, char *argv[])
{
TagLib::FileRef f(file);
}
Platform: Windows 8.1 x64
Compiler: MinGW 8.1.0
What’s wrong with my project?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/taglib-devel/attachments/20201026/44d26833/attachment.htm>
More information about the taglib-devel
mailing list