2010-02-04 17:48:24 +00:00
|
|
|
kde4_no_enable_final( kwinoptions )
|
2007-04-29 17:35:43 +00:00
|
|
|
|
2009-02-27 15:40:53 +00:00
|
|
|
add_subdirectory( kwinoptions )
|
|
|
|
add_subdirectory( kwindecoration )
|
|
|
|
add_subdirectory( kwinrules )
|
2010-12-05 09:14:13 +00:00
|
|
|
if( NOT KWIN_BUILD_WITH_OPENGLES )
|
|
|
|
# depends on GL functionality not yet ported to ES
|
|
|
|
add_subdirectory( kwincompositing )
|
|
|
|
add_subdirectory( kwinscreenedges )
|
|
|
|
endif( NOT KWIN_BUILD_WITH_OPENGLES )
|
2009-02-27 15:40:53 +00:00
|
|
|
add_subdirectory( kwindesktop )
|
2009-09-13 11:36:45 +00:00
|
|
|
add_subdirectory( kwintabbox )
|