summaryrefslogtreecommitdiffstats
path: root/fileplugin
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2019-10-04 11:45:25 +0200
committergregory guy <gregory-tde@laposte.net>2019-10-04 11:45:25 +0200
commit9d0564a276704047b945bc292ed372f7fd60074a (patch)
treed37db5dd575a3b7dd716394eecf973c1834ebc73 /fileplugin
parente820e13dfc0d160b1210c175d11e539c2d1ebfc2 (diff)
downloadkbarcode-9d0564a276704047b945bc292ed372f7fd60074a.tar.gz
kbarcode-9d0564a276704047b945bc292ed372f7fd60074a.zip
Drop automake build support.
Add basic build instructions with cmake. Deleted empty file NEWS. Deleted obsolete kbarcode.spec file.
Diffstat (limited to 'fileplugin')
-rw-r--r--fileplugin/Makefile.am18
1 files changed, 0 insertions, 18 deletions
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)
-