2008-01-18 20:14:40 +00:00
|
|
|
add_definitions (-DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS)
|
2007-04-29 17:35:43 +00:00
|
|
|
|
|
|
|
add_subdirectory( config )
|
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
|
2007-04-29 20:55:58 +00:00
|
|
|
set(kwin3_modernsys_PART_SRCS modernsys.cpp)
|
2007-04-29 17:35:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
kde4_add_plugin(kwin3_modernsys ${kwin3_modernsys_PART_SRCS})
|
|
|
|
|
2007-09-28 20:20:42 +00:00
|
|
|
target_link_libraries(kwin3_modernsys kdecorations ${QT_QTGUI_LIBRARY})
|
2007-04-29 17:35:43 +00:00
|
|
|
|
2007-04-29 20:55:58 +00:00
|
|
|
install(TARGETS kwin3_modernsys DESTINATION ${PLUGIN_INSTALL_DIR})
|
2007-04-29 17:35:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
########### install files ###############
|
|
|
|
|
|
|
|
install( FILES modernsystem.desktop DESTINATION ${DATA_INSTALL_DIR}/kwin/ )
|
|
|
|
|