[poppler] poppler/qt4/tests: Makefile.am,1.12,1.13

Albert Astals Cid aacid at freedesktop.org
Tue Jan 10 13:57:30 PST 2006


Update of /cvs/poppler/poppler/qt4/tests
In directory gabe:/tmp/cvs-serv12650/qt4/tests

Modified Files:
	Makefile.am 
Log Message:
        * configure.ac:
        * m4/qt.m4: Fix bugs created when splitting the code from
        configure.ac, take QTDIR into account when looking for QtTestLib and
        do not die if it is not found as it is not mandatory
        * qt/poppler-page-transition.cc:
        * qt/poppler-page.cc:
        * qt/poppler-private.h:
        * qt4/tests/Makefile.am:
        * qt4/src/poppler-qt4.h:
        * qt4/src/poppler-page.cc:
        * qt4/src/Makefile.am: Fix mess created my the moving and renaming of
        PageTransition.cc


Index: Makefile.am
===================================================================
RCS file: /cvs/poppler/poppler/qt4/tests/Makefile.am,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Makefile.am	27 Dec 2005 06:10:02 -0000	1.12
+++ Makefile.am	10 Jan 2006 21:57:28 -0000	1.13
@@ -2,6 +2,7 @@
 	-I$(top_srcdir)				\
 	-I$(top_srcdir)/poppler			\
 	-I$(top_srcdir)/qt4/src			\
+	-I$(top_srcdir)/qt			\
 	$(POPPLER_QT4_CXXFLAGS)			\
 	$(POPPLER_QTTEST_CXXFLAGS)
 



More information about the poppler mailing list