was not supposed to commit this file...

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=689198
This commit is contained in:
Leo Franchi 2007-07-17 21:27:05 +00:00
parent f4ca9c1aca
commit 9f555db9a1

View File

@ -1,8 +1,4 @@
include_directories(${CMAKE_CURRENT_SOURCE_DIR}
# this is so <plasma/foo.h> grabs local files before "real" plasma includes
${CMAKE_CURRENT_SOURCE_DIR}/..
${CMAKE_CURRENT_SOURCE_DIR}/../../
${CMAKE_CURRENT_BINARY_DIR}/../../ ) # amarokconfig.h
include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${KDEBASE_WORKSPACE_SOURCE_DIR}/libs)
########### next target ###############
@ -46,60 +42,60 @@ set(plasmagik_HEADERS
package.h
)
kde4_add_library(amarokplasma SHARED ${plasma_LIB_SRCS})
kde4_add_library(plasma SHARED ${plasma_LIB_SRCS})
target_link_libraries(amarokplasma ${KDE4_KIO_LIBS})
target_link_libraries(plasma ${KDE4_KIO_LIBS})
set_target_properties(amarokplasma PROPERTIES VERSION 1.0.0 SOVERSION 1)
install(TARGETS amarokplasma DESTINATION ${LIB_INSTALL_DIR})
set_target_properties(plasma PROPERTIES VERSION 1.0.0 SOVERSION 1)
install(TARGETS plasma DESTINATION ${LIB_INSTALL_DIR})
########### install files ###############
# install(FILES ${plasmagik_HEADERS} DESTINATION ${INCLUDE_INSTALL_DIR}/plasma/)
#
# install(FILES
# abstractrunner.h
# animator.h
# applet.h
# corona.h
# dataengine.h
# dataenginemanager.h
# datasource.h
# phase.h
# plasma.h
# plasma_export.h
# svg.h
# theme.h
# DESTINATION ${INCLUDE_INSTALL_DIR}/plasma)
#
# install(FILES
# widgets/icon.h
# widgets/layout.h
# widgets/layoutitem.h
# widgets/lineedit.h
# widgets/pushbutton.h
# widgets/checkbox.h
# widgets/radiobutton.h
# widgets/vboxlayout.h
# widgets/widget.h
# DESTINATION ${INCLUDE_INSTALL_DIR}/plasma/widgets)
#
# install(FILES
# includes/Applet
# includes/Phase
# includes/Plasma
# includes/AbstractRunner
# includes/Theme
# includes/DataEngine
# includes/DataEngineManager
# includes/DataSource
# includes/Svg
# DESTINATION ${INCLUDE_INSTALL_DIR}/KDE/Plasma)
#
# install(FILES
# servicetypes/plasma_animator.desktop
# servicetypes/plasma_applet.desktop
# servicetypes/plasma_dataengine.desktop
# DESTINATION ${SERVICETYPES_INSTALL_DIR})
#
install(FILES ${plasmagik_HEADERS} DESTINATION ${INCLUDE_INSTALL_DIR}/plasma/)
install(FILES
abstractrunner.h
animator.h
applet.h
corona.h
dataengine.h
dataenginemanager.h
datasource.h
phase.h
plasma.h
plasma_export.h
svg.h
theme.h
DESTINATION ${INCLUDE_INSTALL_DIR}/plasma)
install(FILES
widgets/icon.h
widgets/layout.h
widgets/layoutitem.h
widgets/lineedit.h
widgets/pushbutton.h
widgets/checkbox.h
widgets/radiobutton.h
widgets/vboxlayout.h
widgets/widget.h
DESTINATION ${INCLUDE_INSTALL_DIR}/plasma/widgets)
install(FILES
includes/Applet
includes/Phase
includes/Plasma
includes/AbstractRunner
includes/Theme
includes/DataEngine
includes/DataEngineManager
includes/DataSource
includes/Svg
DESTINATION ${INCLUDE_INSTALL_DIR}/KDE/Plasma)
install(FILES
servicetypes/plasma_animator.desktop
servicetypes/plasma_applet.desktop
servicetypes/plasma_dataengine.desktop
DESTINATION ${SERVICETYPES_INSTALL_DIR})