2006-05-12 00:08:30 +00:00
|
|
|
|
2006-02-28 08:01:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
|
|
|
|
set(kdecorations_LIB_SRCS
|
|
|
|
kdecoration.cpp
|
|
|
|
kdecoration_p.cpp
|
|
|
|
kdecoration_plugins_p.cpp
|
|
|
|
kdecorationfactory.cpp
|
|
|
|
kcommondecoration.cpp )
|
|
|
|
|
2006-10-13 07:55:37 +00:00
|
|
|
kde4_automoc(kdecorations ${kdecorations_LIB_SRCS})
|
2006-02-28 08:01:15 +00:00
|
|
|
|
|
|
|
kde4_add_library(kdecorations SHARED ${kdecorations_LIB_SRCS})
|
|
|
|
|
2006-03-22 16:06:38 +00:00
|
|
|
target_link_libraries(kdecorations ${KDE4_KDECORE_LIBS} ${QT_QTGUI_LIBRARY})
|
2006-02-28 08:01:15 +00:00
|
|
|
|
|
|
|
set_target_properties(kdecorations PROPERTIES VERSION 1.0.0 SOVERSION 1 )
|
2006-07-04 17:09:53 +00:00
|
|
|
install(TARGETS kdecorations DESTINATION ${LIB_INSTALL_DIR} )
|
2006-02-28 08:01:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
########### install files ###############
|
|
|
|
|
2006-07-24 22:17:55 +00:00
|
|
|
install( FILES kdecoration.h kdecoration_p.h kdecoration_plugins_p.h kdecorationfactory.h kcommondecoration.h DESTINATION ${INCLUDE_INSTALL_DIR})
|