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
728 B
25 lines
728 B
kritarcdir = $(kde_datadir)/kritaplugins
|
|
kritarc_DATA = imagesize.rc
|
|
EXTRA_DIST = $(kritarc_DATA)
|
|
|
|
kde_services_DATA = kritaimagesize.desktop
|
|
|
|
|
|
INCLUDES = -I$(srcdir)/../../../sdk \
|
|
-I$(srcdir)/../../../core \
|
|
-I$(srcdir)/../../../kritacolor/ \
|
|
-I$(srcdir)/../../../ui \
|
|
$(KOFFICE_INCLUDES) \
|
|
$(all_includes)
|
|
|
|
kritaimagesize_la_SOURCES = wdg_imagesize.ui wdg_layersize.ui imagesize.cc dlg_imagesize.cc dlg_layersize.cc wdg_resolution.ui
|
|
|
|
noinst_HEADERS = wdg_imagesize.h dlg_imagesize.h imagesize.h dlg_layersize.h
|
|
|
|
kde_module_LTLIBRARIES = kritaimagesize.la
|
|
|
|
kritaimagesize_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
|
kritaimagesize_la_LIBADD = ../../../libkritacommon.la
|
|
|
|
kritaimagesize_la_METASOURCES = AUTO
|