[poppler] poppler/m4: qt.m4,1.2,1.3

Albert Astals Cid aacid at kemper.freedesktop.org
Sun Apr 2 11:08:01 PDT 2006


Update of /cvs/poppler/poppler/m4
In directory kemper:/tmp/cvs-serv4977/m4

Modified Files:
	qt.m4 
Log Message:
Improvements to the Qt4 frontend, comments welcome


Index: qt.m4
===================================================================
RCS file: /cvs/poppler/poppler/m4/qt.m4,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- qt.m4	10 Jan 2006 21:57:28 -0000	1.2
+++ qt.m4	2 Apr 2006 18:07:59 -0000	1.3
@@ -129,9 +129,9 @@
 if test "x$have_qt4" == "xyes"; then
     $1[]_CXXFLAGS="-I$qt4_incdir"
     if test x$windows_qt = xyes; then
-	$1[]_LIBS="-L$qt4_libdir -lQtCore4 -lQtGui4"
+	$1[]_LIBS="-L$qt4_libdir -lQtCore4 -lQtGui4 -lQtXml4"
     else
-	$1[]_LIBS="-L$qt4_libdir -lQtCore -lQtGui"
+	$1[]_LIBS="-L$qt4_libdir -lQtCore -lQtGui -lQtXml"
     fi
     ifelse([$2], , :, [$2])
 else



More information about the poppler mailing list