summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/batchprocessimages/Makefile.am
blob: fb976dc0324d986d342f9e37ac080d3679ccddb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
INCLUDES = $(KIPI_PLUGINS_COMMON_INCLUDE) $(LIBKIPI_CFLAGS) $(LIBKEXIV2_CFLAGS) $(all_includes)

METASOURCES = AUTO
SUBDIRS = data

# Install this plugin in the KDE modules directory
kde_module_LTLIBRARIES = kipiplugin_batchprocessimages.la
kipiplugin_batchprocessimages_la_DEPENDENCIES = $(LIBKIPI_LIBS_DEP) $(LIBKEXIV2_LIBS_DEP)
# Srcs for the plugin
kipiplugin_batchprocessimages_la_SOURCES = plugin_batchprocessimages.cpp batchprocessimagesitem.cpp \
			   	           outputdialog.cpp imagepreview.cpp renameimagesdialog.cpp \
					   borderimagesdialog.cpp borderoptionsdialog.cpp \
					   convertimagesdialog.cpp convertoptionsdialog.cpp \
					   filterimagesdialog.cpp filteroptionsdialog.cpp \
					   colorimagesdialog.cpp coloroptionsdialog.cpp \
					   effectimagesdialog.cpp effectoptionsdialog.cpp \
					   recompressimagesdialog.cpp recompressoptionsdialog.cpp \
					   resizeimagesdialog.cpp resizeoptionsdialog.cpp \
					   batchprocessimagesdialog.cpp \
					   batchprocessimageslist.cpp \
					   renameimagesbase.ui renameimageswidget.cpp

# Libs needed by the plugin
kipiplugin_batchprocessimages_la_LIBADD = $(LIBKIPI_LIBS) $(LIBKEXIV2_LIBS) $(LIB_KIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT)

# LD flags for the plugin
kipiplugin_batchprocessimages_la_LDFLAGS = $(KIPI_PLUGINS_COMMON_LDFLAGS) -module $(KDE_PLUGIN) $(all_libraries) -lkipiplugins

# Install the desktop file needed to detect the plugin
kde_services_DATA = kipiplugin_batchprocessimages.desktop

# i18n translation messages
messages: rc.cpp
	$(XGETTEXT) *.cpp *.h -o $(podir)/kipiplugin_batchprocessimages.pot

kipibatchprocessimagesicondir = $(kde_datadir)/kipiplugin_batchprocessimages/icons
kipibatchprocessimagesicon_ICON = AUTO