summaryrefslogtreecommitdiffstats
path: root/src/showfoto
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-07-13 17:17:47 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-07-24 22:46:05 +0900
commitd3702134fe5c9154a8ac685481508293ef4ea6ad (patch)
tree99d12905de6ce69a99426073c708826356649031 /src/showfoto
parentea9d449a129bcb3f03210d878a8ac31012c1bf8f (diff)
downloaddigikam-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/showfoto')
-rw-r--r--src/showfoto/Makefile.am42
-rw-r--r--src/showfoto/setup/Makefile.am14
2 files changed, 0 insertions, 56 deletions
diff --git a/src/showfoto/Makefile.am b/src/showfoto/Makefile.am
deleted file mode 100644
index 9f5f5064..00000000
--- a/src/showfoto/Makefile.am
+++ /dev/null
@@ -1,42 +0,0 @@
-SUBDIRS = setup
-
-METASOURCES = AUTO
-
-bin_PROGRAMS = showfoto
-
-INCLUDES = -I$(top_srcdir)/src/showfoto/setup \
- -I$(top_srcdir)/src/utilities/setup \
- -I$(top_srcdir)/src/libs/thumbbar \
- -I$(top_srcdir)/src/libs/widgets/common \
- -I$(top_srcdir)/src/libs/imageproperties \
- -I$(top_srcdir)/src/libs/histogram \
- -I$(top_srcdir)/src/libs/dimg \
- -I$(top_srcdir)/src/libs/dmetadata \
- -I$(top_srcdir)/src/libs/threadimageio \
- -I$(top_srcdir)/src/libs/themeengine \
- -I$(top_srcdir)/src/libs/dialogs \
- -I$(top_srcdir)/src/digikam \
- -I$(top_srcdir)/src/utilities/slideshow \
- -I$(top_srcdir)/src/utilities/imageeditor/canvas \
- -I$(top_srcdir)/src/utilities/imageeditor/editor \
- -I$(top_srcdir)/src/utilities/imageeditor/tools \
- $(LIBKEXIV2_CFLAGS) $(LIBKDCRAW_CFLAGS) $(all_includes)
-
-showfoto_SOURCES = main.cpp showfoto.cpp
-
-showfoto_LDADD = $(top_builddir)/src/showfoto/setup/libsetup.la \
- $(top_builddir)/src/libs/imageproperties/libimagepropertiesshowfoto.la \
- $(top_builddir)/src/libs/thumbbar/libthumbbar.la \
- $(top_builddir)/src/utilities/imageeditor/editor/libshowfoto.la \
- $(top_builddir)/src/utilities/slideshow/libslideshow.la \
- $(top_builddir)/src/libs/threadimageio/libthreadimageio.la \
- $(top_builddir)/src/libs/themeengine/libthemeengine.la \
- $(top_builddir)/src/libs/jpegutils/libjpegutils.la \
- $(LIB_TDEUTILS) $(LIB_TDEPARTS) $(LIBJPEG)
-
-showfoto_LDFLAGS = $(LIBKEXIV2_LIBS) $(LIBKDCRAW_LIBS) $(KDE_RPATH) $(all_libraries)
-
-rcdir = $(kde_datadir)/showfoto
-rc_DATA = showfotoui.rc
-
-xdg_apps_DATA = showfoto.desktop
diff --git a/src/showfoto/setup/Makefile.am b/src/showfoto/setup/Makefile.am
deleted file mode 100644
index d2767031..00000000
--- a/src/showfoto/setup/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-METASOURCES = AUTO
-
-INCLUDES = -I$(top_srcdir)/src/utilities/setup \
- -I$(top_srcdir)/src/digikam \
- $(all_includes)
-
-noinst_LTLIBRARIES = libsetup.la
-
-libsetup_la_SOURCES = setup.cpp setupeditor.cpp setuptooltip.cpp
-
-libsetup_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
-
-libsetup_la_LIBADD = $(top_builddir)/src/utilities/setup/libshowfotosetup.la
-