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.
25 lines
764 B
25 lines
764 B
kwordrcdir = $(kde_datadir)/kword/kpartplugins
|
|
kwordrc_DATA = scan-kword.rc
|
|
|
|
chalkrcdir = $(kde_datadir)/chalk/kpartplugins
|
|
chalkrc_DATA = scan-chalk.rc
|
|
|
|
kpresenterrcdir = $(kde_datadir)/kpresenter/kpartplugins
|
|
kpresenterrc_DATA = scan-kpresenter.rc
|
|
|
|
EXTRA_DIST = $(kwordrc_DATA) $(chalkrc_DATA) $(kpresenterrc_DATA)
|
|
|
|
INCLUDES = $(KOFFICE_INCLUDES) $(all_includes)
|
|
kde_module_LTLIBRARIES = kofficescan.la
|
|
|
|
kofficescan_la_SOURCES = scan.cpp
|
|
noinst_HEADERS = scan.h
|
|
|
|
kofficescan_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_TQT) -lkjs -ltdefx -ltdeio -ltdeparts
|
|
kofficescan_la_LIBADD = $(LIB_TDEPARTS) $(LIB_TDEIO) $(LIB_KOFFICECORE)
|
|
|
|
kofficescan_la_METASOURCES = AUTO
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) *.cpp -o $(podir)/kscan_plugin.pot
|