includemoc + some libs to link with

still libkfax resists me :-/

svn path=/branches/work/kde4/playground/graphics/okular/; revision=522274
remotes/origin/old/work/newpageview
Pino Toscano 20 years ago
parent 7ae1f13b3f
commit 5a39ea2213
  1. 2
      generators/chm/generator_t.cpp
  2. 2
      generators/fax/libkfaximage/Makefile.am

@ -424,3 +424,5 @@ void TGenerator::customEvent( QCustomEvent * e )
signalRequestDone( request );
}
}*/
#include "generator_t.moc"

@ -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

Loading…
Cancel
Save