]> git.pld-linux.org Git - packages/poppler.git/blob - poppler-qt4.patch
- there's only libpoppler-qt.so.2 (also in 0.7.2)
[packages/poppler.git] / poppler-qt4.patch
1 --- poppler-0.8.0/qt4/src/Makefile.am.orig      2008-04-01 12:59:36.554743230 +0200
2 +++ poppler-0.8.0/qt4/src/Makefile.am   2008-04-01 12:59:56.053403130 +0200
3 @@ -63,7 +63,7 @@
4  
5  # This rule lets GNU make create any *.moc from the equivalent *.h
6  .h.moc:
7 -       moc -i $< -o $@
8 +       moc-qt4 -i $< -o $@
9  
10  poppler-optcontent.lo: poppler-optcontent.moc
11  
12 --- poppler-0.8.0/qt4/demos/Makefile.am.orig    2008-04-01 13:05:59.528422319 +0200
13 +++ poppler-0.8.0/qt4/demos/Makefile.am 2008-04-01 13:06:09.527735090 +0200
14 @@ -16,7 +16,7 @@
15  
16  # This rule lets GNU make create any *.moc from the equivalent *.h
17  .h.moc:
18 -       moc -i $< -o $@
19 +       moc-qt4 -i $< -o $@
20  
21  noinst_PROGRAMS = poppler_qt4viewer
22  
This page took 0.20417 seconds and 3 git commands to generate.