mirror of
https://github.com/YACReader/yacreader
synced 2025-09-06 13:25:03 -04:00
fixed Qt5 compilation for YACReaderLibrary in Linux
fixed management of special chars in CompressedArchive paths (only with Qt5, TODO: fix the issue in Qt4)
This commit is contained in:
@ -30,6 +30,7 @@ LIBS += -L/usr/lib -lpoppler-qt5
|
||||
else {
|
||||
INCLUDEPATH += /usr/include/poppler/qt4
|
||||
LIBS += -L/usr/lib -lpoppler-qt4
|
||||
|
||||
}
|
||||
LIBS += -lGLU
|
||||
}
|
||||
|
Reference in New Issue
Block a user