2007-11-26 15:42:44 +00:00
|
|
|
add_definitions (-DQT3_SUPPORT)
|
2007-04-29 17:35:43 +00:00
|
|
|
|
|
|
|
add_subdirectory( config )
|
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
|
|
|
|
set(kwin3_quartz_PART_SRCS quartz.cpp )
|
|
|
|
|
|
|
|
kde4_add_plugin(kwin3_quartz ${kwin3_quartz_PART_SRCS})
|
|
|
|
|
2007-09-28 21:58:33 +00:00
|
|
|
target_link_libraries(kwin3_quartz kdecorations)
|
2007-04-29 17:35:43 +00:00
|
|
|
|
|
|
|
install(TARGETS kwin3_quartz DESTINATION ${PLUGIN_INSTALL_DIR} )
|
|
|
|
|
|
|
|
########### install files ###############
|
|
|
|
|
|
|
|
install( FILES quartz.desktop DESTINATION ${DATA_INSTALL_DIR}/kwin/ )
|
|
|
|
|
|
|
|
|