diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-13 17:17:47 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-24 22:46:05 +0900 |
| commit | d3702134fe5c9154a8ac685481508293ef4ea6ad (patch) | |
| tree | 99d12905de6ce69a99426073c708826356649031 /src/imageplugins/perspective | |
| parent | ea9d449a129bcb3f03210d878a8ac31012c1bf8f (diff) | |
| download | digikam-d3702134.tar.gz digikam-d3702134.zip | |
Drop autotools support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a2ab145c9a7b83a42fc168a07972f0de3e31efef)
Diffstat (limited to 'src/imageplugins/perspective')
| -rw-r--r-- | src/imageplugins/perspective/Makefile.am | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/src/imageplugins/perspective/Makefile.am b/src/imageplugins/perspective/Makefile.am deleted file mode 100644 index 028add37..00000000 --- a/src/imageplugins/perspective/Makefile.am +++ /dev/null @@ -1,35 +0,0 @@ -METASOURCES = AUTO - -INCLUDES = -I$(top_srcdir)/src/utilities/imageeditor/editor \ - -I$(top_srcdir)/src/utilities/imageeditor/canvas \ - -I$(top_srcdir)/src/libs/histogram \ - -I$(top_srcdir)/src/libs/levels \ - -I$(top_srcdir)/src/libs/curves \ - -I$(top_srcdir)/src/libs/whitebalance \ - -I$(top_srcdir)/src/libs/widgets/common \ - -I$(top_srcdir)/src/libs/widgets/iccprofiles \ - -I$(top_srcdir)/src/libs/widgets/imageplugins \ - -I$(top_srcdir)/src/libs/dialogs \ - -I$(top_srcdir)/src/libs/dimg \ - -I$(top_srcdir)/src/libs/dmetadata \ - -I$(top_srcdir)/src/libs/dimg/filters \ - -I$(top_srcdir)/src/digikam \ - $(LIBKDCRAW_CFLAGS) \ - $(all_includes) - -digikamimageplugin_perspective_la_SOURCES = imageplugin_perspective.cpp \ - perspectivetool.cpp \ - perspectivewidget.cpp triangle.cpp matrix.cpp - -digikamimageplugin_perspective_la_LIBADD = $(LIB_TDEPARTS) \ - $(top_builddir)/src/digikam/libdigikam.la - -digikamimageplugin_perspective_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_TQT) -ltdefx -lkdcraw -ltdeio - -kde_services_DATA = digikamimageplugin_perspective.desktop - -kde_module_LTLIBRARIES = digikamimageplugin_perspective.la - -rcdir = $(kde_datadir)/digikam -rc_DATA = digikamimageplugin_perspective_ui.rc - |
