KDEFX is not needed.
svn path=/trunk/KDE/kdebase/workspace/; revision=718517
This commit is contained in:
parent
04fd66ec60
commit
3406226bfd
1 changed files with 1 additions and 8 deletions
|
@ -1,23 +1,16 @@
|
||||||
|
|
||||||
add_subdirectory( config )
|
add_subdirectory( config )
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
########### next target ###############
|
########### next target ###############
|
||||||
|
|
||||||
set(kwin3_quartz_PART_SRCS quartz.cpp )
|
set(kwin3_quartz_PART_SRCS quartz.cpp )
|
||||||
|
|
||||||
|
|
||||||
kde4_add_plugin(kwin3_quartz ${kwin3_quartz_PART_SRCS})
|
kde4_add_plugin(kwin3_quartz ${kwin3_quartz_PART_SRCS})
|
||||||
|
|
||||||
|
target_link_libraries(kwin3_quartz kdecorations)
|
||||||
|
|
||||||
target_link_libraries(kwin3_quartz kdecorations ${KDE4_KDEFX_LIBS})
|
|
||||||
|
|
||||||
install(TARGETS kwin3_quartz DESTINATION ${PLUGIN_INSTALL_DIR} )
|
install(TARGETS kwin3_quartz DESTINATION ${PLUGIN_INSTALL_DIR} )
|
||||||
|
|
||||||
|
|
||||||
########### install files ###############
|
########### install files ###############
|
||||||
|
|
||||||
install( FILES quartz.desktop DESTINATION ${DATA_INSTALL_DIR}/kwin/ )
|
install( FILES quartz.desktop DESTINATION ${DATA_INSTALL_DIR}/kwin/ )
|
||||||
|
|
Loading…
Reference in a new issue