fix qt4 build
This commit is contained in:
parent
dbc78390db
commit
ba4f550e7a
@ -10,3 +10,15 @@ diff -up poppler-0.7.1/poppler-0.7.1/qt4/Makefile.in.fix-qt4-build poppler-0.7.1
|
||||
all: all-recursive
|
||||
|
||||
.SUFFIXES:
|
||||
diff -up poppler-0.7.1/poppler-0.7.1/qt4/src/Makefile.in.qt4 poppler-0.7.1/poppler-0.7.1/qt4/src/Makefile.in
|
||||
--- poppler-0.7.1/poppler-0.7.1/qt4/src/Makefile.in.qt4 2008-02-28 23:28:27.000000000 -0500
|
||||
+++ poppler-0.7.1/poppler-0.7.1/qt4/src/Makefile.in 2008-02-28 23:28:46.000000000 -0500
|
||||
@@ -635,7 +635,7 @@ SUFFIXES: .moc
|
||||
|
||||
# This rule lets GNU make create any *.moc from the equivalent *.h
|
||||
.h.moc:
|
||||
- moc -i $< -o $@
|
||||
+ moc-qt4 -i $< -o $@
|
||||
|
||||
poppler-optcontent.lo: poppler-optcontent.moc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user