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.
28 lines
961 B
28 lines
961 B
chalkrcdir = $(kde_datadir)/chalkplugins
|
|
chalkrc_DATA = rotateimage.rc
|
|
|
|
EXTRA_DIST = $(chalkrc_DATA)
|
|
|
|
|
|
INCLUDES = -I$(srcdir)/../../../sdk \
|
|
-I$(srcdir)/../../../core \
|
|
-I$(srcdir)/../../../chalkcolor/ \
|
|
-I$(srcdir)/../../../ui \
|
|
$(KOFFICE_INCLUDES) \
|
|
$(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = chalkrotateimage.la
|
|
|
|
chalkrotateimage_la_SOURCES = wdg_rotateimage.ui rotateimage.cc dlg_rotateimage.cc
|
|
noinst_HEADERS = wdg_rotateimage.h dlg_rotateimage.h rotateimage.h
|
|
|
|
chalkrotateimage_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) chalkblurfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_TQT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts
|
|
chalkrotateimage_la_LIBADD = $(LIB_KOFFICEUI) ../../../libchalkcommon.la \
|
|
../../../../chalk/chalkcolor/libchalkcolor.la \
|
|
../../../../chalk/core/libchalkimage.la \
|
|
../../../../chalk/ui/libchalkui.la
|
|
|
|
kde_services_DATA = chalkrotateimage.desktop
|
|
|
|
chalkrotateimage_la_METASOURCES = AUTO
|