parent
190d88dfc6
commit
2e25fa39cd
@ -1 +1 @@
|
||||
SUBDIRS = kcontrol kioslave pics
|
||||
SUBDIRS = kcontrol tdeioslave pics
|
||||
|
@ -1,5 +1,5 @@
|
||||
# $Id$
|
||||
# Makefile for tdebase/kioslave/kamera
|
||||
# Makefile for tdebase/tdeioslave/kamera
|
||||
|
||||
INCLUDES= -I$(srcdir)/../.. -I$(srcdir)/.. $(all_includes) $(GPHOTO2_INCS)
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Code generation options for kconfig_compiler
|
||||
# Code generation options for tdeconfig_compiler
|
||||
File=kdvi.kcfg
|
||||
ClassName=Prefs
|
||||
Singleton=true
|
||||
|
@ -1,22 +0,0 @@
|
||||
## Makefile.am for bmp 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_bmp.h
|
||||
|
||||
kde_module_LTLIBRARIES = kfile_bmp.la
|
||||
|
||||
kfile_bmp_la_SOURCES = kfile_bmp.cpp
|
||||
kfile_bmp_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
kfile_bmp_la_LIBADD = $(LIB_KSYCOCA)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages: rc.cpp
|
||||
$(XGETTEXT) kfile_bmp.cpp -o $(podir)/kfile_bmp.pot
|
||||
|
||||
services_DATA = kfile_bmp.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -1,22 +0,0 @@
|
||||
## Makefile.am for dds 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_dds.h
|
||||
|
||||
kde_module_LTLIBRARIES = kfile_dds.la
|
||||
|
||||
kfile_dds_la_SOURCES = kfile_dds.cpp
|
||||
kfile_dds_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
kfile_dds_la_LIBADD = $(LIB_KSYCOCA)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages: rc.cpp
|
||||
$(XGETTEXT) kfile_dds.cpp -o $(podir)/kfile_dds.pot
|
||||
|
||||
services_DATA = kfile_dds.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -1,22 +0,0 @@
|
||||
## Makefile.am for the dvi 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_dvi.h
|
||||
|
||||
kde_module_LTLIBRARIES = kfile_dvi.la
|
||||
|
||||
kfile_dvi_la_SOURCES = kfile_dvi.cpp
|
||||
kfile_dvi_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
kfile_dvi_la_LIBADD = $(LIB_KIO)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/kfile_dvi.pot
|
||||
|
||||
services_DATA = kfile_dvi.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -1,22 +0,0 @@
|
||||
## Makefile.am for ico 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_ico.h
|
||||
|
||||
kde_module_LTLIBRARIES = kfile_ico.la
|
||||
|
||||
kfile_ico_la_SOURCES = kfile_ico.cpp
|
||||
kfile_ico_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
kfile_ico_la_LIBADD = $(LIB_KSYCOCA)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages: rc.cpp
|
||||
$(XGETTEXT) kfile_ico.cpp -o $(podir)/kfile_ico.pot
|
||||
|
||||
services_DATA = kfile_ico.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -1,24 +0,0 @@
|
||||
## Makefile.am for jpeg file meta info plugin
|
||||
|
||||
KDE_CXXFLAGS = $(USE_EXCEPTIONS)
|
||||
|
||||
# set the include path for X, qt and KDE
|
||||
INCLUDES = $(all_includes)
|
||||
|
||||
# these are the headers for your project
|
||||
noinst_HEADERS = kfile_jpeg.h exif.h
|
||||
|
||||
kde_module_LTLIBRARIES = kfile_jpeg.la
|
||||
|
||||
kfile_jpeg_la_SOURCES = kfile_jpeg.cpp exif.cpp kfile_setcomment.cpp
|
||||
kfile_jpeg_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
kfile_jpeg_la_LIBADD = $(LIB_KIO)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/kfile_jpeg.pot
|
||||
|
||||
services_DATA = kfile_jpeg.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -1,21 +0,0 @@
|
||||
## Makefile.am for PCX file meta info plugin
|
||||
|
||||
# set the include path for X, qt and KDE
|
||||
INCLUDES = $(all_includes)
|
||||
|
||||
noinst_HEADERS = kfile_pcx.h
|
||||
|
||||
kde_module_LTLIBRARIES = kfile_pcx.la
|
||||
|
||||
kfile_pcx_la_SOURCES = kfile_pcx.cpp
|
||||
kfile_pcx_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
kfile_pcx_la_LIBADD = $(LIB_KIO) $(LIBTIFF)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/kfile_pcx.pot
|
||||
|
||||
services_DATA = kfile_pcx.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -1,36 +0,0 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2010-2011 Calvin Morrison
|
||||
# mutantturkey@gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
include_directories(
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_BINARY_DIR}
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
${CMAKE_SOURCE_DIR}/kfile-plugins/dependencies/poppler-tqt
|
||||
)
|
||||
|
||||
link_directories(
|
||||
${TQT_LIBRARY_DIRS}
|
||||
)
|
||||
|
||||
|
||||
#### other data #################################
|
||||
|
||||
install( FILES kfile_pdf.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|
||||
|
||||
|
||||
#### kfile_pdf (module) #########################
|
||||
|
||||
tde_add_kpart( kfile_pdf AUTOMOC
|
||||
SOURCES kfile_pdf.cpp
|
||||
LINK kio-shared -L${CMAKE_BINARY_DIR}/kfile-plugins/dependencies/poppler-tqt -lpoppler-tqt
|
||||
DESTINATION ${PLUGIN_INSTALL_DIR}
|
||||
)
|
@ -1,22 +0,0 @@
|
||||
## Makefile.am for the pdf file meta info plugin
|
||||
|
||||
# set the include path for X, qt and KDE
|
||||
INCLUDES = $(all_includes) -I$(top_srcdir)/kfile-plugins/dependencies/poppler-tqt
|
||||
|
||||
# these are the headers for your project
|
||||
noinst_HEADERS = kfile_pdf.h
|
||||
|
||||
kde_module_LTLIBRARIES = kfile_pdf.la
|
||||
|
||||
kfile_pdf_la_SOURCES = kfile_pdf.cpp
|
||||
kfile_pdf_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
kfile_pdf_la_LIBADD = $(LIB_KIO) -L$(top_builddir)/kfile-plugins/dependencies/poppler-tqt/ -lpoppler-tqt
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/kfile_pdf.pot
|
||||
|
||||
services_DATA = kfile_pdf.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -1,34 +0,0 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2010-2011 Calvin Morrison
|
||||
# mutantturkey@gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
include_directories(
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_BINARY_DIR}
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
link_directories(
|
||||
${TQT_LIBRARY_DIRS}
|
||||
)
|
||||
|
||||
|
||||
#### other data #################################
|
||||
|
||||
install( FILES kfile_png.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|
||||
|
||||
|
||||
#### kfile_png (module) #########################
|
||||
tde_add_kpart( kfile_png AUTOMOC
|
||||
SOURCES kfile_png.cpp
|
||||
LINK kio-shared
|
||||
DESTINATION ${PLUGIN_INSTALL_DIR}
|
||||
)
|
@ -1,22 +0,0 @@
|
||||
## Makefile.am for png 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_png.h
|
||||
|
||||
kde_module_LTLIBRARIES = kfile_png.la
|
||||
|
||||
kfile_png_la_SOURCES = kfile_png.cpp
|
||||
kfile_png_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
kfile_png_la_LIBADD = $(LIB_KIO)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/kfile_png.pot
|
||||
|
||||
services_DATA = kfile_png.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -1,22 +0,0 @@
|
||||
## Makefile.am for pnm 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_pnm.h
|
||||
|
||||
kde_module_LTLIBRARIES = kfile_pnm.la
|
||||
|
||||
kfile_pnm_la_SOURCES = kfile_pnm.cpp
|
||||
kfile_pnm_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
kfile_pnm_la_LIBADD = $(LIB_KIO)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/kfile_pnm.pot
|
||||
|
||||
services_DATA = kfile_pnm.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -1,35 +0,0 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2010-2011 Calvin Morrison
|
||||
# mutantturkey@gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
include_directories(
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_BINARY_DIR}
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
link_directories(
|
||||
${TQT_LIBRARY_DIRS}
|
||||
)
|
||||
|
||||
|
||||
#### other data #################################
|
||||
|
||||
install( FILES kfile_rgb.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|
||||
|
||||
|
||||
#### kfile_rgb (module) #########################
|
||||
|
||||
tde_add_kpart( kfile_rgb AUTOMOC
|
||||
SOURCES kfile_rgb.cpp
|
||||
LINK kio-shared
|
||||
DESTINATION ${PLUGIN_INSTALL_DIR}
|
||||
)
|
@ -1,22 +0,0 @@
|
||||
## Makefile.am for rgb 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_rgb.h
|
||||
|
||||
kde_module_LTLIBRARIES = kfile_rgb.la
|
||||
|
||||
kfile_rgb_la_SOURCES = kfile_rgb.cpp
|
||||
kfile_rgb_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
kfile_rgb_la_LIBADD = $(LIB_KSYCOCA)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages: rc.cpp
|
||||
$(XGETTEXT) kfile_rgb.cpp -o $(podir)/kfile_rgb.pot
|
||||
|
||||
services_DATA = kfile_rgb.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -1,35 +0,0 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2010-2011 Calvin Morrison
|
||||
# mutantturkey@gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
include_directories(
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_BINARY_DIR}
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
link_directories(
|
||||
${TQT_LIBRARY_DIRS}
|
||||
)
|
||||
|
||||
|
||||
#### other data #################################
|
||||
|
||||
install( FILES kfile_tga.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|
||||
|
||||
|
||||
#### kfile_tga (module) #########################
|
||||
|
||||
tde_add_kpart( kfile_tga AUTOMOC
|
||||
SOURCES kfile_tga.cpp
|
||||
LINK kio-shared
|
||||
DESTINATION ${PLUGIN_INSTALL_DIR}
|
||||
)
|
@ -1,22 +0,0 @@
|
||||
## Makefile.am for tga 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_tga.h
|
||||
|
||||
kde_module_LTLIBRARIES = kfile_tga.la
|
||||
|
||||
kfile_tga_la_SOURCES = kfile_tga.cpp
|
||||
kfile_tga_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
kfile_tga_la_LIBADD = $(LIB_KSYCOCA)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages: rc.cpp
|
||||
$(XGETTEXT) kfile_tga.cpp -o $(podir)/kfile_tga.pot
|
||||
|
||||
services_DATA = kfile_tga.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -1,21 +0,0 @@
|
||||
## Makefile.am for Tiff file meta info plugin
|
||||
|
||||
# set the include path for X, qt and KDE
|
||||
INCLUDES = $(all_includes)
|
||||
|
||||
noinst_HEADERS = kfile_tiff.h
|
||||
|
||||
kde_module_LTLIBRARIES = kfile_tiff.la
|
||||
|
||||
kfile_tiff_la_SOURCES = kfile_tiff.cpp
|
||||
kfile_tiff_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
kfile_tiff_la_LIBADD = $(LIB_KIO) $(LIBTIFF)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/kfile_tiff.pot
|
||||
|
||||
services_DATA = kfile_tiff.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -1,35 +0,0 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2010-2011 Calvin Morrison
|
||||
# mutantturkey@gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
include_directories(
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_BINARY_DIR}
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
link_directories(
|
||||
${TQT_LIBRARY_DIRS}
|
||||
)
|
||||
|
||||
|
||||
#### other data #################################
|
||||
|
||||
install( FILES kfile_xbm.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|
||||
|
||||
|
||||
#### kfile_xbm (module) ########################
|
||||
|
||||
tde_add_kpart( kfile_xbm AUTOMOC
|
||||
SOURCES kfile_xbm.cpp
|
||||
LINK kio-shared
|
||||
DESTINATION ${PLUGIN_INSTALL_DIR}
|
||||
)
|
@ -1,22 +0,0 @@
|
||||
## Makefile.am for xbm 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_xbm.h
|
||||
|
||||
kde_module_LTLIBRARIES = kfile_xbm.la
|
||||
|
||||
kfile_xbm_la_SOURCES = kfile_xbm.cpp
|
||||
kfile_xbm_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
kfile_xbm_la_LIBADD = $(LIB_KSYCOCA)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages: rc.cpp
|
||||
$(XGETTEXT) kfile_xbm.cpp -o $(podir)/kfile_xbm.pot
|
||||
|
||||
services_DATA = kfile_xbm.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -1,35 +0,0 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2010-2011 Calvin Morrison
|
||||
# mutantturkey@gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
include_directories(
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_BINARY_DIR}
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
link_directories(
|
||||
${TQT_LIBRARY_DIRS}
|
||||
)
|
||||
|
||||
|
||||
#### other data #################################
|
||||
|
||||
install( FILES kfile_xpm.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|
||||
|
||||
|
||||
#### kfile_xpm (module) #########################
|
||||
|
||||
tde_add_kpart( kfile_xpm AUTOMOC
|
||||
SOURCES kfile_xpm.cpp
|
||||
LINK kio-shared
|
||||
DESTINATION ${PLUGIN_INSTALL_DIR}
|
||||
)
|
@ -1,21 +0,0 @@
|
||||
## Makefile.am for xpm file meta info plugin
|
||||
|
||||
INCLUDES = $(all_includes)
|
||||
|
||||
# these are the headers for your project
|
||||
noinst_HEADERS = kfile_xpm.h
|
||||
|
||||
kde_module_LTLIBRARIES = kfile_xpm.la
|
||||
|
||||
kfile_xpm_la_SOURCES = kfile_xpm.cpp
|
||||
kfile_xpm_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
kfile_xpm_la_LIBADD = $(LIB_KIO)
|
||||
kfile_xpm_la_METASOURCES = kfile_xpm.moc
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
kde_services_DATA = kfile_xpm.desktop
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/kfile_xpm.pot
|
@ -1,4 +1,4 @@
|
||||
# Code generation options for kconfig_compiler
|
||||
# Code generation options for tdeconfig_compiler
|
||||
File=djvumultipage.kcfg
|
||||
ClassName=Prefs
|
||||
Singleton=true
|
||||
|
@ -0,0 +1,22 @@
|
||||
## Makefile.am for bmp 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_bmp.h
|
||||
|
||||
kde_module_LTLIBRARIES = tdefile_bmp.la
|
||||
|
||||
tdefile_bmp_la_SOURCES = tdefile_bmp.cpp
|
||||
tdefile_bmp_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
tdefile_bmp_la_LIBADD = $(LIB_KSYCOCA)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages: rc.cpp
|
||||
$(XGETTEXT) tdefile_bmp.cpp -o $(podir)/tdefile_bmp.pot
|
||||
|
||||
services_DATA = tdefile_bmp.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -0,0 +1,22 @@
|
||||
## Makefile.am for dds 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_dds.h
|
||||
|
||||
kde_module_LTLIBRARIES = tdefile_dds.la
|
||||
|
||||
tdefile_dds_la_SOURCES = tdefile_dds.cpp
|
||||
tdefile_dds_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
tdefile_dds_la_LIBADD = $(LIB_KSYCOCA)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages: rc.cpp
|
||||
$(XGETTEXT) tdefile_dds.cpp -o $(podir)/tdefile_dds.pot
|
||||
|
||||
services_DATA = tdefile_dds.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -0,0 +1,22 @@
|
||||
## Makefile.am for the dvi 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_dvi.h
|
||||
|
||||
kde_module_LTLIBRARIES = tdefile_dvi.la
|
||||
|
||||
tdefile_dvi_la_SOURCES = tdefile_dvi.cpp
|
||||
tdefile_dvi_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
tdefile_dvi_la_LIBADD = $(LIB_KIO)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/tdefile_dvi.pot
|
||||
|
||||
services_DATA = tdefile_dvi.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -0,0 +1,22 @@
|
||||
## Makefile.am for ico 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_ico.h
|
||||
|
||||
kde_module_LTLIBRARIES = tdefile_ico.la
|
||||
|
||||
tdefile_ico_la_SOURCES = tdefile_ico.cpp
|
||||
tdefile_ico_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
tdefile_ico_la_LIBADD = $(LIB_KSYCOCA)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages: rc.cpp
|
||||
$(XGETTEXT) tdefile_ico.cpp -o $(podir)/tdefile_ico.pot
|
||||
|
||||
services_DATA = tdefile_ico.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -0,0 +1,24 @@
|
||||
## Makefile.am for jpeg file meta info plugin
|
||||
|
||||
KDE_CXXFLAGS = $(USE_EXCEPTIONS)
|
||||
|
||||
# set the include path for X, qt and KDE
|
||||
INCLUDES = $(all_includes)
|
||||
|
||||
# these are the headers for your project
|
||||
noinst_HEADERS = tdefile_jpeg.h exif.h
|
||||
|
||||
kde_module_LTLIBRARIES = tdefile_jpeg.la
|
||||
|
||||
tdefile_jpeg_la_SOURCES = tdefile_jpeg.cpp exif.cpp tdefile_setcomment.cpp
|
||||
tdefile_jpeg_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
tdefile_jpeg_la_LIBADD = $(LIB_KIO)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/tdefile_jpeg.pot
|
||||
|
||||
services_DATA = tdefile_jpeg.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -0,0 +1,21 @@
|
||||
## Makefile.am for PCX file meta info plugin
|
||||
|
||||
# set the include path for X, qt and KDE
|
||||
INCLUDES = $(all_includes)
|
||||
|
||||
noinst_HEADERS = tdefile_pcx.h
|
||||
|
||||
kde_module_LTLIBRARIES = tdefile_pcx.la
|
||||
|
||||
tdefile_pcx_la_SOURCES = tdefile_pcx.cpp
|
||||
tdefile_pcx_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
tdefile_pcx_la_LIBADD = $(LIB_KIO) $(LIBTIFF)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/tdefile_pcx.pot
|
||||
|
||||
services_DATA = tdefile_pcx.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -0,0 +1,36 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2010-2011 Calvin Morrison
|
||||
# mutantturkey@gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
include_directories(
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_BINARY_DIR}
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
${CMAKE_SOURCE_DIR}/tdefile-plugins/dependencies/poppler-tqt
|
||||
)
|
||||
|
||||
link_directories(
|
||||
${TQT_LIBRARY_DIRS}
|
||||
)
|
||||
|
||||
|
||||
#### other data #################################
|
||||
|
||||
install( FILES tdefile_pdf.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|
||||
|
||||
|
||||
#### tdefile_pdf (module) #########################
|
||||
|
||||
tde_add_kpart( tdefile_pdf AUTOMOC
|
||||
SOURCES tdefile_pdf.cpp
|
||||
LINK tdeio-shared -L${CMAKE_BINARY_DIR}/tdefile-plugins/dependencies/poppler-tqt -lpoppler-tqt
|
||||
DESTINATION ${PLUGIN_INSTALL_DIR}
|
||||
)
|
@ -0,0 +1,22 @@
|
||||
## Makefile.am for the pdf file meta info plugin
|
||||
|
||||
# set the include path for X, qt and KDE
|
||||
INCLUDES = $(all_includes) -I$(top_srcdir)/tdefile-plugins/dependencies/poppler-tqt
|
||||
|
||||
# these are the headers for your project
|
||||
noinst_HEADERS = tdefile_pdf.h
|
||||
|
||||
kde_module_LTLIBRARIES = tdefile_pdf.la
|
||||
|
||||
tdefile_pdf_la_SOURCES = tdefile_pdf.cpp
|
||||
tdefile_pdf_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
tdefile_pdf_la_LIBADD = $(LIB_KIO) -L$(top_builddir)/tdefile-plugins/dependencies/poppler-tqt/ -lpoppler-tqt
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/tdefile_pdf.pot
|
||||
|
||||
services_DATA = tdefile_pdf.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -0,0 +1,34 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2010-2011 Calvin Morrison
|
||||
# mutantturkey@gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
include_directories(
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_BINARY_DIR}
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
link_directories(
|
||||
${TQT_LIBRARY_DIRS}
|
||||
)
|
||||
|
||||
|
||||
#### other data #################################
|
||||
|
||||
install( FILES tdefile_png.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|
||||
|
||||
|
||||
#### tdefile_png (module) #########################
|
||||
tde_add_kpart( tdefile_png AUTOMOC
|
||||
SOURCES tdefile_png.cpp
|
||||
LINK tdeio-shared
|
||||
DESTINATION ${PLUGIN_INSTALL_DIR}
|
||||
)
|
@ -0,0 +1,22 @@
|
||||
## Makefile.am for png 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_png.h
|
||||
|
||||
kde_module_LTLIBRARIES = tdefile_png.la
|
||||
|
||||
tdefile_png_la_SOURCES = tdefile_png.cpp
|
||||
tdefile_png_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
tdefile_png_la_LIBADD = $(LIB_KIO)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/tdefile_png.pot
|
||||
|
||||
services_DATA = tdefile_png.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -0,0 +1,35 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2010-2011 Calvin Morrison
|
||||
# mutantturkey@gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
include_directories(
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_BINARY_DIR}
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
link_directories(
|
||||
${TQT_LIBRARY_DIRS}
|
||||
)
|
||||
|
||||
|
||||
#### other data #################################
|
||||
|
||||
install( FILES tdefile_pnm.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|
||||
|
||||
|
||||
#### tdefile_pnm (module) #########################
|
||||
|
||||
tde_add_kpart( tdefile_pnm AUTOMOC
|
||||
SOURCES tdefile_pnm.cpp
|
||||
LINK tdeio-shared
|
||||
DESTINATION ${PLUGIN_INSTALL_DIR}
|
||||
)
|
@ -0,0 +1,22 @@
|
||||
## Makefile.am for pnm 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_pnm.h
|
||||
|
||||
kde_module_LTLIBRARIES = tdefile_pnm.la
|
||||
|
||||
tdefile_pnm_la_SOURCES = tdefile_pnm.cpp
|
||||
tdefile_pnm_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
tdefile_pnm_la_LIBADD = $(LIB_KIO)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/tdefile_pnm.pot
|
||||
|
||||
services_DATA = tdefile_pnm.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -0,0 +1,35 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2010-2011 Calvin Morrison
|
||||
# mutantturkey@gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
include_directories(
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_BINARY_DIR}
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
link_directories(
|
||||
${TQT_LIBRARY_DIRS}
|
||||
)
|
||||
|
||||
|
||||
#### other data #################################
|
||||
|
||||
install( FILES tdefile_rgb.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|
||||
|
||||
|
||||
#### tdefile_rgb (module) #########################
|
||||
|
||||
tde_add_kpart( tdefile_rgb AUTOMOC
|
||||
SOURCES tdefile_rgb.cpp
|
||||
LINK tdeio-shared
|
||||
DESTINATION ${PLUGIN_INSTALL_DIR}
|
||||
)
|
@ -0,0 +1,22 @@
|
||||
## Makefile.am for rgb 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_rgb.h
|
||||
|
||||
kde_module_LTLIBRARIES = tdefile_rgb.la
|
||||
|
||||
tdefile_rgb_la_SOURCES = tdefile_rgb.cpp
|
||||
tdefile_rgb_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
tdefile_rgb_la_LIBADD = $(LIB_KSYCOCA)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages: rc.cpp
|
||||
$(XGETTEXT) tdefile_rgb.cpp -o $(podir)/tdefile_rgb.pot
|
||||
|
||||
services_DATA = tdefile_rgb.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -0,0 +1,35 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2010-2011 Calvin Morrison
|
||||
# mutantturkey@gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
include_directories(
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_BINARY_DIR}
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
link_directories(
|
||||
${TQT_LIBRARY_DIRS}
|
||||
)
|
||||
|
||||
|
||||
#### other data #################################
|
||||
|
||||
install( FILES tdefile_tga.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|
||||
|
||||
|
||||
#### tdefile_tga (module) #########################
|
||||
|
||||
tde_add_kpart( tdefile_tga AUTOMOC
|
||||
SOURCES tdefile_tga.cpp
|
||||
LINK tdeio-shared
|
||||
DESTINATION ${PLUGIN_INSTALL_DIR}
|
||||
)
|
@ -0,0 +1,22 @@
|
||||
## Makefile.am for tga 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_tga.h
|
||||
|
||||
kde_module_LTLIBRARIES = tdefile_tga.la
|
||||
|
||||
tdefile_tga_la_SOURCES = tdefile_tga.cpp
|
||||
tdefile_tga_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
tdefile_tga_la_LIBADD = $(LIB_KSYCOCA)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages: rc.cpp
|
||||
$(XGETTEXT) tdefile_tga.cpp -o $(podir)/tdefile_tga.pot
|
||||
|
||||
services_DATA = tdefile_tga.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -0,0 +1,21 @@
|
||||
## Makefile.am for Tiff file meta info plugin
|
||||
|
||||
# set the include path for X, qt and KDE
|
||||
INCLUDES = $(all_includes)
|
||||
|
||||
noinst_HEADERS = tdefile_tiff.h
|
||||
|
||||
kde_module_LTLIBRARIES = tdefile_tiff.la
|
||||
|
||||
tdefile_tiff_la_SOURCES = tdefile_tiff.cpp
|
||||
tdefile_tiff_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
tdefile_tiff_la_LIBADD = $(LIB_KIO) $(LIBTIFF)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/tdefile_tiff.pot
|
||||
|
||||
services_DATA = tdefile_tiff.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -0,0 +1,22 @@
|
||||
## Makefile.am for xbm 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_xbm.h
|
||||
|
||||
kde_module_LTLIBRARIES = tdefile_xbm.la
|
||||
|
||||
tdefile_xbm_la_SOURCES = tdefile_xbm.cpp
|
||||
tdefile_xbm_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
tdefile_xbm_la_LIBADD = $(LIB_KSYCOCA)
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
messages: rc.cpp
|
||||
$(XGETTEXT) tdefile_xbm.cpp -o $(podir)/tdefile_xbm.pot
|
||||
|
||||
services_DATA = tdefile_xbm.desktop
|
||||
servicesdir = $(kde_servicesdir)
|
@ -0,0 +1,35 @@
|
||||
#################################################
|
||||
#
|
||||
# (C) 2010-2011 Calvin Morrison
|
||||
# mutantturkey@gmail.com
|
||||
#
|
||||
# Improvements and feedback are welcome
|
||||
#
|
||||
# This file is released under GPL >= 2
|
||||
#
|
||||
#################################################
|
||||
|
||||
include_directories(
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_BINARY_DIR}
|
||||
${TDE_INCLUDE_DIR}
|
||||
${TQT_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
link_directories(
|
||||
${TQT_LIBRARY_DIRS}
|
||||
)
|
||||
|
||||
|
||||
#### other data #################################
|
||||
|
||||
install( FILES tdefile_xpm.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
|
||||
|
||||
|
||||
#### tdefile_xpm (module) #########################
|
||||
|
||||
tde_add_kpart( tdefile_xpm AUTOMOC
|
||||
SOURCES tdefile_xpm.cpp
|
||||
LINK tdeio-shared
|
||||
DESTINATION ${PLUGIN_INSTALL_DIR}
|
||||
)
|
@ -0,0 +1,21 @@
|
||||
## Makefile.am for xpm file meta info plugin
|
||||
|
||||
INCLUDES = $(all_includes)
|
||||
|
||||
# these are the headers for your project
|
||||
noinst_HEADERS = tdefile_xpm.h
|
||||
|
||||
kde_module_LTLIBRARIES = tdefile_xpm.la
|
||||
|
||||
tdefile_xpm_la_SOURCES = tdefile_xpm.cpp
|
||||
tdefile_xpm_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||||
tdefile_xpm_la_LIBADD = $(LIB_KIO)
|
||||
tdefile_xpm_la_METASOURCES = tdefile_xpm.moc
|
||||
|
||||
# let automoc handle all of the meta source files (moc)
|
||||
METASOURCES = AUTO
|
||||
|
||||
kde_services_DATA = tdefile_xpm.desktop
|
||||
|
||||
messages:
|
||||
$(XGETTEXT) *.cpp -o $(podir)/tdefile_xpm.pot
|
Loading…
Reference in new issue