mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 15:35:03 -04:00
Fixed YACReader compilation under Qt5 (YACReader-YACReaderLibrary communication is broken at runtime)
This commit is contained in:
@ -24,10 +24,16 @@ INCLUDEPATH += /usr/local/include/poppler/qt4
|
||||
LIBS += -L/usr/local/lib -lpoppler-qt4
|
||||
}
|
||||
|
||||
QT += network phonon opengl
|
||||
QT += network opengl
|
||||
CONFIG += release
|
||||
CONFIG -= flat
|
||||
|
||||
isEqual(QT_MAJOR_VERSION, 5) {
|
||||
QT += multimedia
|
||||
} else {
|
||||
QT += phonon
|
||||
}
|
||||
|
||||
# Input
|
||||
HEADERS += $$PWD/../common/comic.h \
|
||||
$$PWD/configuration.h \
|
||||
|
Reference in New Issue
Block a user