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/libs/dialogs/Makefile.am | |
| 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/libs/dialogs/Makefile.am')
| -rw-r--r-- | src/libs/dialogs/Makefile.am | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/src/libs/dialogs/Makefile.am b/src/libs/dialogs/Makefile.am deleted file mode 100644 index 19d50423..00000000 --- a/src/libs/dialogs/Makefile.am +++ /dev/null @@ -1,33 +0,0 @@ -METASOURCES = AUTO - -noinst_LTLIBRARIES = libdialog.la libdialogshowfoto.la - -# Dialogs collection used by Showfoto. - -libdialogshowfoto_la_SOURCES = iccprofileinfodlg.cpp imagedialog.cpp rawcameradlg.cpp - -libdialogshowfoto_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor - -# Dialogs collection used by digiKam. - -libdialog_la_SOURCES = deletedialogbase.ui imagedialog.cpp rawcameradlg.cpp \ - iccprofileinfodlg.cpp deletedialog.cpp dprogressdlg.cpp - -libdialog_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor - -INCLUDES = -I$(top_srcdir)/src/digikam \ - -I$(top_srcdir)/src/libs/dimg \ - -I$(top_srcdir)/src/libs/dmetadata \ - -I$(top_srcdir)/src/libs/thumbbar \ - -I$(top_srcdir)/src/libs/dimg/filters \ - -I$(top_srcdir)/src/libs/widgets/common \ - -I$(top_srcdir)/src/libs/widgets/metadata \ - -I$(top_srcdir)/src/libs/widgets/iccprofiles \ - -I$(top_srcdir)/src/libs/widgets/imageplugins \ - -I$(top_srcdir)/src/utilities/imageeditor/canvas \ - $(LIBKDCRAW_CFLAGS) \ - $(LIBKEXIV2_CFLAGS) \ - $(all_includes) - -digikaminclude_HEADERS = iccprofileinfodlg.h dprogressdlg.h imagedialog.h rawcameradlg.h -digikamincludedir = $(includedir)/digikam |
