You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
INCLUDES = $(KOFFICE_INCLUDES) -I../../kword/ -I../../kpresenter -I../../lib/kotext $(all_includes)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
|
|
|
|
kde_module_LTLIBRARIES = clipartthumbnail.la kofficethumbnail.la
|
|
|
|
|
|
|
|
clipartthumbnail_la_SOURCES = clipartcreator.cpp
|
|
|
|
clipartthumbnail_la_LIBADD = $(KOFFICE_LIBS) # for KoClipartCollection
|
|
|
|
clipartthumbnail_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
|
|
|
|
|
|
|
|
kofficethumbnail_la_SOURCES = kofficecreator.cpp
|
|
|
|
kofficethumbnail_la_LIBADD = $(KOFFICE_LIBS)
|
|
|
|
kofficethumbnail_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -lkparts
|
|
|
|
|
|
|
|
# otherofficethumbnail.desktop is currently not installed, as it gives too many problems
|
|
|
|
kde_services_DATA = clipartthumbnail.desktop kofficethumbnail.desktop
|
|
|
|
|