parent
08a6607548
commit
4bc3dcd8cb
@ -1,22 +0,0 @@
|
||||
## Makefile.am for cert 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_cert.h
|
||||
|
||||
kde_module_LTLIBRARIES = kfile_cert.la
|
||||
|
||||
kfile_cert_la_SOURCES = kfile_cert.cpp
|
||||
kfile_cert_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
kfile_cert_la_LIBADD = $(LIB_KSYCOCA)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages: rc.cpp
|
||||
$(XGETTEXT) kfile_cert.cpp -o $(podir)/kfile_cert.pot
|
||||
|
||||
services_DATA = kfile_cert.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -1,2 +0,0 @@
|
||||
KDE_CHECK_SSL
|
||||
AM_CONDITIONAL(include_kfileplugin_cert_SUBDIR, test "$have_ssl" = yes)
|
@ -1,22 +0,0 @@
|
||||
## Makefile.am for .desktop 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_desktop.h
|
||||
|
||||
kde_module_LTLIBRARIES = kfile_desktop.la
|
||||
|
||||
kfile_desktop_la_SOURCES = kfile_desktop.cpp
|
||||
kfile_desktop_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
kfile_desktop_la_LIBADD = $(LIB_KIO)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/kfile_desktop.pot
|
||||
|
||||
services_DATA = kfile_desktop.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -1,21 +0,0 @@
|
||||
## Makefile.am for folder file meta info plugin
|
||||
|
||||
INCLUDES = $(all_includes)
|
||||
|
||||
# these are the headers for your project
|
||||
noinst_HEADERS = kfile_folder.h
|
||||
|
||||
kde_module_LTLIBRARIES = kfile_folder.la
|
||||
|
||||
kfile_folder_la_SOURCES = kfile_folder.cpp
|
||||
kfile_folder_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
kfile_folder_la_LIBADD = $(LIB_KIO)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
services_DATA = kfile_folder.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/kfile_folder.pot
|
@ -1,22 +0,0 @@
|
||||
## Makefile.am for html 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_html.h
|
||||
|
||||
kde_module_LTLIBRARIES = kfile_html.la
|
||||
|
||||
kfile_html_la_SOURCES = kfile_html.cpp
|
||||
kfile_html_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
kfile_html_la_LIBADD = $(LIB_KSYCOCA)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages: rc.cpp
|
||||
$(XGETTEXT) kfile_html.cpp -o $(podir)/kfile_html.pot
|
||||
|
||||
services_DATA = kfile_html.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -1,21 +0,0 @@
|
||||
## Makefile.am for folder file meta info plugin
|
||||
|
||||
INCLUDES = $(all_includes)
|
||||
|
||||
# these are the headers for your project
|
||||
noinst_HEADERS = kfile_mhtml.h
|
||||
|
||||
kde_module_LTLIBRARIES = kfile_mhtml.la
|
||||
|
||||
kfile_mhtml_la_SOURCES = kfile_mhtml.cpp
|
||||
kfile_mhtml_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
kfile_mhtml_la_LIBADD = $(LIB_KIO)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
services_DATA = kfile_mhtml.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/kfile_mhtml.pot
|
@ -1,21 +0,0 @@
|
||||
## Makefile.am for text file meta info plugin
|
||||
|
||||
# set the include path for X, qt and KDE
|
||||
INCLUDES = $(all_includes)
|
||||
|
||||
noinst_HEADERS = kfile_txt.h
|
||||
|
||||
kde_module_LTLIBRARIES = kfile_txt.la
|
||||
|
||||
kfile_txt_la_SOURCES = kfile_txt.cpp
|
||||
kfile_txt_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
kfile_txt_la_LIBADD = $(LIB_KIO)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/kfile_txt.pot
|
||||
|
||||
services_DATA = kfile_txt.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -1,4 +1,4 @@
|
||||
if include_kfileplugin_cert_SUBDIR
|
||||
if include_tdefileplugin_cert_SUBDIR
|
||||
CERT_SUBDIR=cert
|
||||
endif
|
||||
|
@ -1,25 +1,25 @@
|
||||
If you make a new plugin, please add the list of returned items to this list.
|
||||
|
||||
kfile_txt
|
||||
tdefile_txt
|
||||
=========
|
||||
int Characters
|
||||
int Words
|
||||
int Lines
|
||||
QString Format (Unix/DOS/Macintosh)
|
||||
|
||||
kfile_folder
|
||||
tdefile_folder
|
||||
============
|
||||
int items
|
||||
QString size (as a string to display bytes, kB, MB, etc)
|
||||
|
||||
kfile_lnk
|
||||
tdefile_lnk
|
||||
============
|
||||
int Size of target
|
||||
QString Location
|
||||
QString Points to
|
||||
QString Description
|
||||
|
||||
kfile_mhtml
|
||||
tdefile_mhtml
|
||||
===========
|
||||
QString Sender
|
||||
QString Recipient
|
@ -0,0 +1,22 @@
|
||||
## Makefile.am for cert 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_cert.h
|
||||
|
||||
kde_module_LTLIBRARIES = tdefile_cert.la
|
||||
|
||||
tdefile_cert_la_SOURCES = tdefile_cert.cpp
|
||||
tdefile_cert_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
tdefile_cert_la_LIBADD = $(LIB_KSYCOCA)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages: rc.cpp
|
||||
$(XGETTEXT) tdefile_cert.cpp -o $(podir)/tdefile_cert.pot
|
||||
|
||||
services_DATA = tdefile_cert.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -0,0 +1,2 @@
|
||||
KDE_CHECK_SSL
|
||||
AM_CONDITIONAL(include_tdefileplugin_cert_SUBDIR, test "$have_ssl" = yes)
|
@ -0,0 +1,22 @@
|
||||
## Makefile.am for .desktop 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_desktop.h
|
||||
|
||||
kde_module_LTLIBRARIES = tdefile_desktop.la
|
||||
|
||||
tdefile_desktop_la_SOURCES = tdefile_desktop.cpp
|
||||
tdefile_desktop_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
tdefile_desktop_la_LIBADD = $(LIB_KIO)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/tdefile_desktop.pot
|
||||
|
||||
services_DATA = tdefile_desktop.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -0,0 +1,21 @@
|
||||
## Makefile.am for folder file meta info plugin
|
||||
|
||||
INCLUDES = $(all_includes)
|
||||
|
||||
# these are the headers for your project
|
||||
noinst_HEADERS = tdefile_folder.h
|
||||
|
||||
kde_module_LTLIBRARIES = tdefile_folder.la
|
||||
|
||||
tdefile_folder_la_SOURCES = tdefile_folder.cpp
|
||||
tdefile_folder_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
tdefile_folder_la_LIBADD = $(LIB_KIO)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
services_DATA = tdefile_folder.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/tdefile_folder.pot
|
@ -0,0 +1,22 @@
|
||||
## Makefile.am for html 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_html.h
|
||||
|
||||
kde_module_LTLIBRARIES = tdefile_html.la
|
||||
|
||||
tdefile_html_la_SOURCES = tdefile_html.cpp
|
||||
tdefile_html_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
tdefile_html_la_LIBADD = $(LIB_KSYCOCA)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages: rc.cpp
|
||||
$(XGETTEXT) tdefile_html.cpp -o $(podir)/tdefile_html.pot
|
||||
|
||||
services_DATA = tdefile_html.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -0,0 +1,21 @@
|
||||
## Makefile.am for folder file meta info plugin
|
||||
|
||||
INCLUDES = $(all_includes)
|
||||
|
||||
# these are the headers for your project
|
||||
noinst_HEADERS = tdefile_mhtml.h
|
||||
|
||||
kde_module_LTLIBRARIES = tdefile_mhtml.la
|
||||
|
||||
tdefile_mhtml_la_SOURCES = tdefile_mhtml.cpp
|
||||
tdefile_mhtml_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
tdefile_mhtml_la_LIBADD = $(LIB_KIO)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
services_DATA = tdefile_mhtml.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/tdefile_mhtml.pot
|
@ -0,0 +1,21 @@
|
||||
## Makefile.am for text file meta info plugin
|
||||
|
||||
# set the include path for X, qt and KDE
|
||||
INCLUDES = $(all_includes)
|
||||
|
||||
noinst_HEADERS = tdefile_txt.h
|
||||
|
||||
kde_module_LTLIBRARIES = tdefile_txt.la
|
||||
|
||||
tdefile_txt_la_SOURCES = tdefile_txt.cpp
|
||||
tdefile_txt_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
tdefile_txt_la_LIBADD = $(LIB_KIO)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/tdefile_txt.pot
|
||||
|
||||
services_DATA = tdefile_txt.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
Loading…
Reference in new issue