parent
de53c98cab
commit
64df902cf7
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
kconfigbasedkeyfilter.h
|
tdeconfigbasedkeyfilter.h
|
||||||
|
|
||||||
This file is part of libkleopatra, the KDE keymanagement library
|
This file is part of libkleopatra, the KDE keymanagement library
|
||||||
Copyright (c) 2004 Klarälvdalens Datakonsult AB
|
Copyright (c) 2004 Klarälvdalens Datakonsult AB
|
@ -1,24 +0,0 @@
|
|||||||
# Makefile.am for ics file meta info plugin
|
|
||||||
|
|
||||||
# set the include path for X, tdepim, qt and KDE
|
|
||||||
INCLUDES = \
|
|
||||||
-I$(top_srcdir) \
|
|
||||||
$(all_includes)
|
|
||||||
|
|
||||||
# these are the headers for your project
|
|
||||||
noinst_HEADERS = kfile_ics.h
|
|
||||||
|
|
||||||
kde_module_LTLIBRARIES = kfile_ics.la
|
|
||||||
|
|
||||||
kfile_ics_la_SOURCES = kfile_ics.cpp
|
|
||||||
kfile_ics_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore
|
|
||||||
kfile_ics_la_LIBADD = $(top_builddir)/libkcal/libkcal.la $(LIB_KSYCOCA)
|
|
||||||
|
|
||||||
|
|
||||||
METASOURCES = AUTO
|
|
||||||
|
|
||||||
messages: rc.cpp
|
|
||||||
$(XGETTEXT) kfile_ics.cpp -o $(podir)/kfile_ics.pot
|
|
||||||
|
|
||||||
services_DATA = kfile_ics.desktop
|
|
||||||
servicesdir = $(kde_servicesdir)
|
|
@ -1,22 +0,0 @@
|
|||||||
## Makefile.am for palm database meta info plugin
|
|
||||||
|
|
||||||
# set the include path for X, qt and KDE
|
|
||||||
INCLUDES = $(PISOCK_INCLUDE) $(all_includes)
|
|
||||||
|
|
||||||
# these are the headers for your project
|
|
||||||
noinst_HEADERS = kfile_palm.h
|
|
||||||
|
|
||||||
kde_module_LTLIBRARIES = kfile_palm.la
|
|
||||||
|
|
||||||
kfile_palm_la_SOURCES = kfile_palm.cpp
|
|
||||||
kfile_palm_la_LDFLAGS = $(PISOCK_LDFLAGS) $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore
|
|
||||||
kfile_palm_la_LIBADD = $(LIB_KSYCOCA) $(PISOCK_LIB)
|
|
||||||
|
|
||||||
# let automoc handle all of the meta source files (moc)
|
|
||||||
METASOURCES = AUTO
|
|
||||||
|
|
||||||
messages: rc.cpp
|
|
||||||
$(XGETTEXT) kfile_palm.cpp -o $(podir)/kfile_palm.pot
|
|
||||||
|
|
||||||
services_DATA = kfile_palm.desktop
|
|
||||||
servicesdir = $(kde_servicesdir)
|
|
@ -1,22 +0,0 @@
|
|||||||
## Makefile.am for rfc822 file meta info plugin
|
|
||||||
|
|
||||||
# set the include path for X, qt and KDE
|
|
||||||
INCLUDES = $(all_includes)
|
|
||||||
|
|
||||||
# these are the headers for your project
|
|
||||||
noinst_HEADERS = kfile_rfc822.h
|
|
||||||
|
|
||||||
kde_module_LTLIBRARIES = kfile_rfc822.la
|
|
||||||
|
|
||||||
kfile_rfc822_la_SOURCES = kfile_rfc822.cpp
|
|
||||||
kfile_rfc822_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
|
||||||
kfile_rfc822_la_LIBADD = $(LIB_KSYCOCA)
|
|
||||||
|
|
||||||
# let automoc handle all of the meta source files (moc)
|
|
||||||
METASOURCES = AUTO
|
|
||||||
|
|
||||||
messages: rc.cpp
|
|
||||||
$(XGETTEXT) kfile_rfc822.cpp -o $(podir)/kfile_rfc822.pot
|
|
||||||
|
|
||||||
services_DATA = kfile_rfc822.desktop
|
|
||||||
servicesdir = $(kde_servicesdir)
|
|
@ -1,22 +0,0 @@
|
|||||||
## Makefile.am for vcf file meta info plugin
|
|
||||||
|
|
||||||
# set the include path for X, qt and KDE
|
|
||||||
INCLUDES = $(all_includes)
|
|
||||||
|
|
||||||
# these are the headers for your project
|
|
||||||
noinst_HEADERS = kfile_vcf.h
|
|
||||||
|
|
||||||
kde_module_LTLIBRARIES = kfile_vcf.la
|
|
||||||
|
|
||||||
kfile_vcf_la_SOURCES = kfile_vcf.cpp
|
|
||||||
kfile_vcf_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore
|
|
||||||
kfile_vcf_la_LIBADD = $(LIB_KSYCOCA) $(LIB_KABC)
|
|
||||||
|
|
||||||
# let automoc handle all of the meta source files (moc)
|
|
||||||
METASOURCES = AUTO
|
|
||||||
|
|
||||||
messages: rc.cpp
|
|
||||||
$(XGETTEXT) kfile_vcf.cpp -o $(podir)/kfile_vcf.pot
|
|
||||||
|
|
||||||
services_DATA = kfile_vcf.desktop
|
|
||||||
servicesdir = $(kde_servicesdir)
|
|
@ -1,4 +1,4 @@
|
|||||||
// kfileio.cpp
|
// tdefileio.cpp
|
||||||
// Author: Stefan Taferner <taferner@kde.org>
|
// Author: Stefan Taferner <taferner@kde.org>
|
||||||
// License: GPL
|
// License: GPL
|
||||||
|
|
@ -0,0 +1,24 @@
|
|||||||
|
# Makefile.am for ics file meta info plugin
|
||||||
|
|
||||||
|
# set the include path for X, tdepim, qt and KDE
|
||||||
|
INCLUDES = \
|
||||||
|
-I$(top_srcdir) \
|
||||||
|
$(all_includes)
|
||||||
|
|
||||||
|
# these are the headers for your project
|
||||||
|
noinst_HEADERS = tdefile_ics.h
|
||||||
|
|
||||||
|
kde_module_LTLIBRARIES = tdefile_ics.la
|
||||||
|
|
||||||
|
tdefile_ics_la_SOURCES = tdefile_ics.cpp
|
||||||
|
tdefile_ics_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore
|
||||||
|
tdefile_ics_la_LIBADD = $(top_builddir)/libkcal/libkcal.la $(LIB_KSYCOCA)
|
||||||
|
|
||||||
|
|
||||||
|
METASOURCES = AUTO
|
||||||
|
|
||||||
|
messages: rc.cpp
|
||||||
|
$(XGETTEXT) tdefile_ics.cpp -o $(podir)/tdefile_ics.pot
|
||||||
|
|
||||||
|
services_DATA = tdefile_ics.desktop
|
||||||
|
servicesdir = $(kde_servicesdir)
|
@ -0,0 +1,22 @@
|
|||||||
|
## Makefile.am for palm database meta info plugin
|
||||||
|
|
||||||
|
# set the include path for X, qt and KDE
|
||||||
|
INCLUDES = $(PISOCK_INCLUDE) $(all_includes)
|
||||||
|
|
||||||
|
# these are the headers for your project
|
||||||
|
noinst_HEADERS = tdefile_palm.h
|
||||||
|
|
||||||
|
kde_module_LTLIBRARIES = tdefile_palm.la
|
||||||
|
|
||||||
|
tdefile_palm_la_SOURCES = tdefile_palm.cpp
|
||||||
|
tdefile_palm_la_LDFLAGS = $(PISOCK_LDFLAGS) $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore
|
||||||
|
tdefile_palm_la_LIBADD = $(LIB_KSYCOCA) $(PISOCK_LIB)
|
||||||
|
|
||||||
|
# let automoc handle all of the meta source files (moc)
|
||||||
|
METASOURCES = AUTO
|
||||||
|
|
||||||
|
messages: rc.cpp
|
||||||
|
$(XGETTEXT) tdefile_palm.cpp -o $(podir)/tdefile_palm.pot
|
||||||
|
|
||||||
|
services_DATA = tdefile_palm.desktop
|
||||||
|
servicesdir = $(kde_servicesdir)
|
@ -0,0 +1,22 @@
|
|||||||
|
## Makefile.am for rfc822 file meta info plugin
|
||||||
|
|
||||||
|
# set the include path for X, qt and KDE
|
||||||
|
INCLUDES = $(all_includes)
|
||||||
|
|
||||||
|
# these are the headers for your project
|
||||||
|
noinst_HEADERS = tdefile_rfc822.h
|
||||||
|
|
||||||
|
kde_module_LTLIBRARIES = tdefile_rfc822.la
|
||||||
|
|
||||||
|
tdefile_rfc822_la_SOURCES = tdefile_rfc822.cpp
|
||||||
|
tdefile_rfc822_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||||
|
tdefile_rfc822_la_LIBADD = $(LIB_KSYCOCA)
|
||||||
|
|
||||||
|
# let automoc handle all of the meta source files (moc)
|
||||||
|
METASOURCES = AUTO
|
||||||
|
|
||||||
|
messages: rc.cpp
|
||||||
|
$(XGETTEXT) tdefile_rfc822.cpp -o $(podir)/tdefile_rfc822.pot
|
||||||
|
|
||||||
|
services_DATA = tdefile_rfc822.desktop
|
||||||
|
servicesdir = $(kde_servicesdir)
|
@ -0,0 +1,22 @@
|
|||||||
|
## Makefile.am for vcf file meta info plugin
|
||||||
|
|
||||||
|
# set the include path for X, qt and KDE
|
||||||
|
INCLUDES = $(all_includes)
|
||||||
|
|
||||||
|
# these are the headers for your project
|
||||||
|
noinst_HEADERS = tdefile_vcf.h
|
||||||
|
|
||||||
|
kde_module_LTLIBRARIES = tdefile_vcf.la
|
||||||
|
|
||||||
|
tdefile_vcf_la_SOURCES = tdefile_vcf.cpp
|
||||||
|
tdefile_vcf_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore
|
||||||
|
tdefile_vcf_la_LIBADD = $(LIB_KSYCOCA) $(LIB_KABC)
|
||||||
|
|
||||||
|
# let automoc handle all of the meta source files (moc)
|
||||||
|
METASOURCES = AUTO
|
||||||
|
|
||||||
|
messages: rc.cpp
|
||||||
|
$(XGETTEXT) tdefile_vcf.cpp -o $(podir)/tdefile_vcf.pot
|
||||||
|
|
||||||
|
services_DATA = tdefile_vcf.desktop
|
||||||
|
servicesdir = $(kde_servicesdir)
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue