summaryrefslogtreecommitdiffstats
path: root/kbarcode
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 /kbarcode
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 'kbarcode')
-rw-r--r--kbarcode/Makefile.am61
-rw-r--r--kbarcode/pics/Makefile.am2
2 files changed, 0 insertions, 63 deletions
diff --git a/kbarcode/Makefile.am b/kbarcode/Makefile.am
deleted file mode 100644
index ee19171..0000000
--- a/kbarcode/Makefile.am
+++ /dev/null
@@ -1,61 +0,0 @@
-## Makefile.am for kbarcode
-
-SUBDIRS = pics
-
-# set the include path for X, qt and KDE
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-
-# these are the headers for your project
-
-
-# let automoc handle all of the meta source files (moc)
-METASOURCES = AUTO
-KDE_ICON = AUTO
-
-messages: rc.cpp
- $(XGETTEXT) *.cpp -o $(podir)/kbarcode.pot
-
-# this is the program that gets installed. it's name is used for all
-# of the other Makefile.am variables
-bin_PROGRAMS = kbarcode
-
-# the application source, library search path, and link libraries
-
-kbarcode_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
-kbarcode_LDADD = $(LIB_TDEABC) $(LIB_TDESPELL) $(LIB_TDEPRINT) \
- $(LIB_TDEUI) -lkjs -lpcre
-
-noinst_HEADERS = barcodecombo.h barcodedialog.h barcodedialogs.h commands.h \
- configdialog.h confwizard.h csvimportdlg.h databasebrowser.h definition.h \
- definitiondialog.h dsmainwindow.h kbarcode.h label.h labeleditor.h labelutils.h \
- mimesources.h multilineeditdlg.h mycanvasitem.h mycanvasview.h mydatatable.h \
- newlabel.h previewdialog.h printersettings.h printlabeldlg.h rectsettingsdlg.h \
- smalldialogs.h sqltables.h tokenprovider.h xmlutils.h zplutils.h measurements.h \
- editoriface.h kbarcodeiface.h batchiface.h kbarcodesettings.h batchprinter.h \
- barcodeitem.h documentitem.h lineitem.h rectitem.h tcanvasitem.h textitem.h \
- imageitem.h documentitemdlg.h propertywidget.h tec.h barcodeprinterdlg.h \
- textlineitem.h textlineedit.h tokendialog.h barkode.h gnubarcode.h barkodeengine.h \
- pixmapbarcode.h batchwizard.h csvfile.h referencecounted.h dstextedit.h encodingcombo.h \
- purepostscript.h tbarcode2.h
-
-kbarcode_SOURCES = barcodecombo.cpp barcodedialog.cpp barcodedialogs.cpp \
- commands.cpp configdialog.cpp confwizard.cpp csvimportdlg.cpp databasebrowser.cpp \
- definition.cpp definitiondialog.cpp dsmainwindow.cpp kbarcode.cpp label.cpp \
- labeleditor.cpp labelutils.cpp main.cpp mimesources.cpp multilineeditdlg.cpp \
- mycanvasitem.cpp mycanvasview.cpp mydatatable.cpp newlabel.cpp previewdialog.cpp \
- printersettings.cpp printlabeldlg.cpp rectsettingsdlg.cpp smalldialogs.cpp sqltables.cpp \
- tokenprovider.cpp xmlutils.cpp zplutils.cpp measurements.cpp editoriface.skel \
- kbarcodeiface.skel batchiface.skel kbarcodesettings.cpp batchprinter.cpp barcodeitem.cpp \
- documentitem.cpp lineitem.cpp rectitem.cpp tcanvasitem.cpp textitem.cpp imageitem.cpp \
- documentitemdlg.cpp propertywidget.cpp tec.cpp barcodeprinterdlg.cpp textlineitem.cpp \
- textlineedit.cpp tokendialog.cpp barkode.cpp gnubarcode.cpp barkodeengine.cpp \
- pixmapbarcode.cpp batchwizard.cpp csvfile.cpp dstextedit.cpp encodingcombo.cpp \
- purepostscript.cpp tbarcode2.cpp
-
-xdg_apps_DATA = kbarcode.desktop kbarcode-batch.desktop kbarcode-editor.desktop kbarcode-single.desktop
-
-mimetype_DATA = kbarcode-label.desktop
-
-datafiles_DATA = barcodes.html exampledata.sql labeldefinitions.sql barcode.ps rules.xml
-datafilesdir = $(kde_datadir)/kbarcode
-mimetypedir = $(kde_mimedir)/application
diff --git a/kbarcode/pics/Makefile.am b/kbarcode/pics/Makefile.am
deleted file mode 100644
index 7127f64..0000000
--- a/kbarcode/pics/Makefile.am
+++ /dev/null
@@ -1,2 +0,0 @@
-kbarcodepicsdir = $(kde_datadir)/kbarcode
-kbarcodepics_DATA = logo.png \ No newline at end of file