You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 14, 2022. It is now read-only.
add in .pro:
INCLUDEPATH += /opt/mupdf-qt/include
LIBS += /opt/mupdf-qt/lib/libmupdf-qt.a
but get Error:
mypdf.o: In function
MyPdf::openDocument()': /root/QtExample/build-mupdfTest-Desktop_Qt_5_7_0_GCC_64bit-Debug/../mupdfTest/mypdf.cpp:45: undefined reference to
MuPDF::Page::~Page()'/root/QtExample/build-mupdfTest-Desktop_Qt_5_7_0_GCC_64bit-Debug/../mupdfTest/mypdf.cpp:50: undefined reference to
MuPDF::Document::~Document()' /root/QtExample/build-mupdfTest-Desktop_Qt_5_7_0_GCC_64bit-Debug/../mupdfTest/mypdf.cpp:53: undefined reference to
MuPDF::loadDocument(QString const&)'/root/QtExample/build-mupdfTest-Desktop_Qt_5_7_0_GCC_64bit-Debug/../mupdfTest/mypdf.cpp:58: undefined reference to
MuPDF::Document::needsPassword() const' /root/QtExample/build-mupdfTest-Desktop_Qt_5_7_0_GCC_64bit-Debug/../mupdfTest/mypdf.cpp:66: undefined reference to
MuPDF::Document::authPassword(QString const&)'/root/QtExample/build-mupdfTest-Desktop_Qt_5_7_0_GCC_64bit-Debug/../mupdfTest/mypdf.cpp:69: undefined reference to
MuPDF::Document::title() const' /root/QtExample/build-mupdfTest-Desktop_Qt_5_7_0_GCC_64bit-Debug/../mupdfTest/mypdf.cpp:70: undefined reference to
MuPDF::Document::numPages() const'collect2: error: ld returned 1 exit status
make: *** [mupdfTest] Error 1
That's why?how could this be resolved?
The text was updated successfully, but these errors were encountered: