diff options
author | gregory guy <[email protected]> | 2019-10-04 11:45:25 +0200 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-10-05 21:13:41 +0900 |
commit | 822f9a263ea9ac05e623e193d9d1d8ddd03bf861 (patch) | |
tree | be307fee46dd16c8dcc895daff0564cadee5da2f /fileplugin | |
parent | 8b540d5d6e26bf2d4bfc1f78209e3d30cb3efe19 (diff) | |
download | kbarcode-822f9a263ea9ac05e623e193d9d1d8ddd03bf861.tar.gz kbarcode-822f9a263ea9ac05e623e193d9d1d8ddd03bf861.zip |
Drop automake build support.
Add basic build instructions with cmake.
Deleted empty file NEWS.
Deleted obsolete kbarcode.spec file.
(cherry picked from commit 9d0564a276704047b945bc292ed372f7fd60074a)
Diffstat (limited to 'fileplugin')
-rw-r--r-- | fileplugin/Makefile.am | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/fileplugin/Makefile.am b/fileplugin/Makefile.am deleted file mode 100644 index 0905c5b..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_QT) $(all_libraries) -tdefile_kbarcode_la_LIBADD = $(LIB_TDESYCOCA) $(LIB_TDECORE) $(LIB_QT) - -# 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) - |