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