mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 10:52:49 +00:00
generic: export kcddb, kcompactdisc, kdcraw and kexiv2 libraries as part of kdelibs
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
5333af40b5
commit
847fd06c88
5 changed files with 16 additions and 4 deletions
|
@ -61,6 +61,10 @@
|
|||
# KDE4_PLASMA_LIBRARY - the plasma library
|
||||
# KDE4_KUNITCONVERSION_LIBRARY - the kunitconversion library
|
||||
# KDE4_KDEWEBKIT_LIBRARY - the kdewebkit library
|
||||
# KDE4_KCDDB_LIBRARY - the kcddb library
|
||||
# KDE4_KCOMPACTDISC_LIBRARY - the kcompactdisc library
|
||||
# KDE4_KDCRAW_LIBRARY - the kdcraw library
|
||||
# KDE4_KEXIV2_LIBRARY - the kexiv2 library
|
||||
#
|
||||
# Compared to the variables above, the following variables
|
||||
# also contain all of the depending libraries, so the variables below
|
||||
|
@ -88,6 +92,10 @@
|
|||
# KDE4_PLASMA_LIBS - the plasma library and all depending librairies
|
||||
# KDE4_KUNITCONVERSION_LIBS - the kunitconversion library and all depending libraries
|
||||
# KDE4_KDEWEBKIT_LIBS - the kdewebkit library and all depending libraries
|
||||
# KDE4_KCDDB_LIBS - the kcddb library and all depending libraries
|
||||
# KDE4_KCOMPACTDISC_LIBS - the kcompactdisc library and all depending libraries
|
||||
# KDE4_KDCRAW_LIBS - the kdcraw library and all depending libraries
|
||||
# KDE4_KEXIV2_LIBS - the kexiv2 library and all depending libraries
|
||||
#
|
||||
# This module defines also a bunch of variables used as locations for install directories
|
||||
# for files of the package which is using this module. These variables don't say
|
||||
|
@ -479,6 +487,10 @@ _kde4_set_lib_variables(THREADWEAVER threadweaver "${KDE4_TARGET_PREFIX}")
|
|||
_kde4_set_lib_variables(KDEFAKES kdefakes "${KDE4_TARGET_PREFIX}")
|
||||
_kde4_set_lib_variables(KDESU kdesu "${KDE4_TARGET_PREFIX}")
|
||||
_kde4_set_lib_variables(KPTY kpty "${KDE4_TARGET_PREFIX}")
|
||||
_kde4_set_lib_variables(KCDDB kcddb "${KDE4_TARGET_PREFIX}")
|
||||
_kde4_set_lib_variables(KCOMPACTDISC kcompactdisc "${KDE4_TARGET_PREFIX}")
|
||||
_kde4_set_lib_variables(KDCRAW kdcraw "${KDE4_TARGET_PREFIX}")
|
||||
_kde4_set_lib_variables(KEXIV2 kexiv2 "${KDE4_TARGET_PREFIX}")
|
||||
|
||||
################### try to find Phonon ############################################
|
||||
|
||||
|
|
|
@ -63,4 +63,4 @@ install(FILES
|
|||
DESTINATION ${INCLUDE_INSTALL_DIR}/libkcddb COMPONENT Devel)
|
||||
install( FILES libkcddb.kcfg DESTINATION ${KCFG_INSTALL_DIR})
|
||||
|
||||
install(TARGETS kcddb EXPORT LibkcddbTargets ${INSTALL_TARGETS_DEFAULT_ARGS})
|
||||
install(TARGETS kcddb EXPORT kdelibsLibraryTargets ${INSTALL_TARGETS_DEFAULT_ARGS})
|
||||
|
|
|
@ -80,4 +80,4 @@ set_target_properties(kcompactdisc PROPERTIES
|
|||
|
||||
install(FILES kcompactdisc.h DESTINATION ${INCLUDE_INSTALL_DIR}/libkcompactdisc COMPONENT Devel)
|
||||
|
||||
install(TARGETS kcompactdisc EXPORT LibkcompactdiscTargets ${INSTALL_TARGETS_DEFAULT_ARGS})
|
||||
install(TARGETS kcompactdisc EXPORT kdelibsLibraryTargets ${INSTALL_TARGETS_DEFAULT_ARGS})
|
||||
|
|
|
@ -61,7 +61,7 @@ set_target_properties(kdcraw PROPERTIES
|
|||
SOVERSION ${GENERIC_LIB_SOVERSION}
|
||||
)
|
||||
|
||||
install(TARGETS kdcraw ${INSTALL_TARGETS_DEFAULT_ARGS})
|
||||
install(TARGETS kdcraw EXPORT kdelibsLibraryTargets ${INSTALL_TARGETS_DEFAULT_ARGS})
|
||||
|
||||
install(FILES
|
||||
rawdecodingsettings.h
|
||||
|
|
|
@ -55,7 +55,7 @@ TARGET_LINK_LIBRARIES(kexiv2 ${KDE4_KDEUI_LIBS} ${KDE4_KDECORE_LIBS} ${QT_QTGUI_
|
|||
${QT_QTXML_LIBRARY} ${EXIV2_LIBRARIES})
|
||||
SET_TARGET_PROPERTIES(kexiv2 PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION})
|
||||
|
||||
INSTALL(TARGETS kexiv2 ${INSTALL_TARGETS_DEFAULT_ARGS})
|
||||
install(TARGETS kexiv2 EXPORT kdelibsLibraryTargets ${INSTALL_TARGETS_DEFAULT_ARGS})
|
||||
|
||||
INSTALL(FILES topicset.iptc-subjectcode.xml DESTINATION ${DATA_INSTALL_DIR}/libkexiv2/data)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue