2007-04-29 17:35:43 +00:00
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
|
2007-04-29 20:55:58 +00:00
|
|
|
set(kwin3_laptop_PART_SRCS laptopclient.cpp)
|
2007-04-29 17:35:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
kde4_add_plugin(kwin3_laptop ${kwin3_laptop_PART_SRCS})
|
|
|
|
|
2007-09-27 16:54:08 +00:00
|
|
|
target_link_libraries(kwin3_laptop kdecorations)
|
2007-04-29 17:35:43 +00:00
|
|
|
|
2007-04-29 20:55:58 +00:00
|
|
|
install(TARGETS kwin3_laptop DESTINATION ${PLUGIN_INSTALL_DIR})
|
2007-04-29 17:35:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
########### install files ###############
|
|
|
|
|
|
|
|
install( FILES laptop.desktop DESTINATION ${DATA_INSTALL_DIR}/kwin )
|
|
|
|
|