From ba4f550e7acd3076ac2a17c327b21fbbc64efc32 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 29 Feb 2008 04:46:20 +0000 Subject: [PATCH] fix qt4 build --- fix-qt4-build.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/fix-qt4-build.patch b/fix-qt4-build.patch index 180ffc6..6d87148 100644 --- a/fix-qt4-build.patch +++ b/fix-qt4-build.patch @@ -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 +