From 9d0564a276704047b945bc292ed372f7fd60074a Mon Sep 17 00:00:00 2001 From: gregory guy Date: Fri, 4 Oct 2019 11:45:25 +0200 Subject: Drop automake build support. Add basic build instructions with cmake. Deleted empty file NEWS. Deleted obsolete kbarcode.spec file. --- fileplugin/Makefile.am | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 fileplugin/Makefile.am (limited to 'fileplugin') diff --git a/fileplugin/Makefile.am b/fileplugin/Makefile.am deleted file mode 100644 index c98fff9..0000000 --- a/fileplugin/Makefile.am +++ /dev/null @@ -1,18 +0,0 @@ -# set the include path for X, qt and KDE -INCLUDES = $(all_includes) - -kde_module_LTLIBRARIES = tdefile_kbarcode.la - -tdefile_kbarcode_la_SOURCES = tdefile_kbarcode.cpp -tdefile_kbarcode_la_LDFLAGS = -module $(KDE_PLUGIN) $(LIB_TQT) $(all_libraries) -tdefile_kbarcode_la_LIBADD = $(LIB_TDESYCOCA) $(LIB_TDECORE) $(LIB_TQT) - -# let automoc handle all of the meta source files (moc) -METASOURCES = AUTO - -# messages: rc.cpp -# $(XGETTEXT) *.cpp -o $(podir)/tdefile_kbarcode.pot - -services_DATA = tdefile_kbarcode.desktop -servicesdir = $(kde_servicesdir) - -- cgit v1.2.1