File: disable-mupdf-third

package info (click to toggle)
qpdfview 0.4.18-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 12,712 kB
  • sloc: cpp: 19,799; ansic: 4,119; xml: 40; makefile: 16
file content (15 lines) | stat: -rw-r--r-- 490 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
 fitz-plugin.pro |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/fitz-plugin.pro
+++ b/fitz-plugin.pro
@@ -21,7 +21,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT +=
 DEFINES += $$FITZ_PLUGIN_DEFINES
 INCLUDEPATH += $$FITZ_PLUGIN_INCLUDEPATH
 
-isEmpty(FITZ_PLUGIN_LIBS):FITZ_PLUGIN_LIBS = -lmupdf -lmupdf-third -ljpeg -ljbig2dec -lopenjp2
+isEmpty(FITZ_PLUGIN_LIBS):FITZ_PLUGIN_LIBS = -lmupdf -ljpeg -ljbig2dec -lopenjp2
 LIBS += $$FITZ_PLUGIN_LIBS
 
 !static_fitz_plugin {