mirror of
https://github.com/YACReader/yacreader
synced 2025-05-27 19:00:29 -04:00
Fix typos in build files
This commit is contained in:
parent
b778d301fa
commit
d486ce7d4b
@ -24,7 +24,7 @@ win32 {
|
||||
INCLUDEPATH += ../dependencies/poppler/include/qt5
|
||||
}
|
||||
else {
|
||||
DEFINES += "NO_PDF
|
||||
DEFINES += "NO_PDF"
|
||||
}
|
||||
|
||||
QMAKE_CXXFLAGS_RELEASE += /MP /Ob2 /Oi /Ot /GT /GL
|
||||
@ -47,11 +47,10 @@ unix:!macx{
|
||||
-lfxedit -Wl,--end-group -lfreetype
|
||||
}
|
||||
}
|
||||
}
|
||||
else {
|
||||
DEFINES += "NO_PDF"
|
||||
}
|
||||
|
||||
}
|
||||
macx{
|
||||
|
||||
#TODO:support for pdfium on mac
|
||||
|
Loading…
Reference in New Issue
Block a user