[poppler] qt4/demos qt5/demos

Albert Astals Cid aacid at kemper.freedesktop.org
Mon Nov 3 16:25:30 PST 2014


 qt4/demos/Makefile.am |    1 -
 qt5/demos/Makefile.am |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit f87115a1129e4e03802769181a3392c8dce3192a
Author: Hib Eris <hib at hiberis.nl>
Date:   Tue Nov 4 01:25:18 2014 +0100

    Don't ship the moc files

diff --git a/qt4/demos/Makefile.am b/qt4/demos/Makefile.am
index 448facd..7db1045 100644
--- a/qt4/demos/Makefile.am
+++ b/qt4/demos/Makefile.am
@@ -17,7 +17,6 @@ BUILT_SOURCES =					\
 	viewer.moc
 
 poppler_qt4viewer_SOURCES =			\
-	$(BUILT_SOURCES)			\
 	abstractinfodock.cpp			\
 	abstractinfodock.h			\
 	documentobserver.cpp			\
diff --git a/qt5/demos/Makefile.am b/qt5/demos/Makefile.am
index 9ab2f68..f4eba67 100644
--- a/qt5/demos/Makefile.am
+++ b/qt5/demos/Makefile.am
@@ -17,7 +17,6 @@ BUILT_SOURCES =					\
 	viewer.moc
 
 poppler_qt5viewer_SOURCES =			\
-	$(BUILT_SOURCES)			\
 	abstractinfodock.cpp			\
 	abstractinfodock.h			\
 	documentobserver.cpp			\


More information about the poppler mailing list