From 5a39ea22131c8ddd2ab440a67ea1da7225b528eb Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Fri, 24 Mar 2006 23:12:44 +0000 Subject: [PATCH] includemoc + some libs to link with still libkfax resists me :-/ svn path=/branches/work/kde4/playground/graphics/okular/; revision=522274 --- generators/chm/generator_t.cpp | 2 ++ generators/fax/libkfaximage/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/generators/chm/generator_t.cpp b/generators/chm/generator_t.cpp index 2f03ea15c..4d3a10ab5 100644 --- a/generators/chm/generator_t.cpp +++ b/generators/chm/generator_t.cpp @@ -424,3 +424,5 @@ void TGenerator::customEvent( QCustomEvent * e ) signalRequestDone( request ); } }*/ + +#include "generator_t.moc" diff --git a/generators/fax/libkfaximage/Makefile.am b/generators/fax/libkfaximage/Makefile.am index 982356df8..65521cce6 100644 --- a/generators/fax/libkfaximage/Makefile.am +++ b/generators/fax/libkfaximage/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = -I$(top_srcdir) $(all_includes) lib_LTLIBRARIES = libkfaximage.la libkfaximage_la_LDFLAGS = $(all_libraries) -no-undefined -avoid-version -libkfaximage_la_LIBADD = $(LIB_KDECORE) +libkfaximage_la_LIBADD = $(LIB_QTCORE) $(LIB_QT) $(LIB_KDECORE) libkfaximage_la_SOURCES = kfaximage.cpp faxexpand.cpp faxinit.cpp include_HEADERS = kfaximage.h