From ea58a20bbcf450a1ecb8fe00e8162cfdf76105f1 Mon Sep 17 00:00:00 2001 From: Brad Hards Date: Tue, 28 Jun 2005 10:00:09 +0000 Subject: Initial import of Qt4 bindings, and for a Qt4 "Arthur" (QPainter) backend renderer. The bindings are currently unstable - you can expect substantial change in both source and binary interfaces. The Arthur renderer currently does a reasonable job of rendering path and fill, but the image rendering doesn't work (for reasons that aren't clear to me) and text rendering doesn't use the right glyphs - it just draws with the current font. There is a lot of work to do on this too. Help is, of coure, welcome. --- poppler-qt4.pc.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 poppler-qt4.pc.in (limited to 'poppler-qt4.pc.in') diff --git a/poppler-qt4.pc.in b/poppler-qt4.pc.in new file mode 100644 index 00000000..1832b11c --- /dev/null +++ b/poppler-qt4.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: poppler-qt4 +Description: Qt4 bindings for poppler +Version: @VERSION@ +Requires: poppler = @VERSION@ + +Libs: -L${libdir} -lpoppler-qt4 +Cflags: -I${includedir}/poppler -- cgit v1.2.3