2013-09-27 11:45:25 +00:00
|
|
|
remove_definitions(-DQT_NO_CAST_FROM_ASCII -DQT_STRICT_ITERATORS -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_KEYWORDS)
|
|
|
|
|
2013-09-30 05:32:53 +00:00
|
|
|
add_subdirectory( kwinoptions )
|
2013-09-27 11:45:25 +00:00
|
|
|
# add_subdirectory( kwindecoration )
|
2013-09-30 07:57:25 +00:00
|
|
|
add_subdirectory( kwinrules )
|
2013-09-27 11:45:25 +00:00
|
|
|
# add_subdirectory( kwincompositing )
|
2013-09-29 08:24:35 +00:00
|
|
|
if(KWIN_BUILD_SCREENEDGES)
|
|
|
|
add_subdirectory( kwinscreenedges )
|
|
|
|
endif()
|
2013-09-30 09:19:36 +00:00
|
|
|
if(KWIN_BUILD_SCRIPTING)
|
|
|
|
add_subdirectory( kwinscripts )
|
|
|
|
endif()
|
2009-02-27 15:40:53 +00:00
|
|
|
add_subdirectory( kwindesktop )
|
2011-06-30 11:02:30 +00:00
|
|
|
|
2013-09-27 11:45:25 +00:00
|
|
|
# if( KWIN_BUILD_TABBOX )
|
|
|
|
# add_subdirectory( kwintabbox )
|
|
|
|
# endif()
|