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-10-01 12:00:48 +00:00
|
|
|
add_subdirectory( kwindecoration )
|
2013-09-30 07:57:25 +00:00
|
|
|
add_subdirectory( kwinrules )
|
2013-09-29 08:24:35 +00:00
|
|
|
if(KWIN_BUILD_SCREENEDGES)
|
|
|
|
add_subdirectory( kwinscreenedges )
|
|
|
|
endif()
|
2014-03-04 07:17:44 +00:00
|
|
|
add_subdirectory( kwinscripts )
|
2009-02-27 15:40:53 +00:00
|
|
|
add_subdirectory( kwindesktop )
|
2011-06-30 11:02:30 +00:00
|
|
|
|
2013-10-01 05:17:27 +00:00
|
|
|
if( KWIN_BUILD_TABBOX )
|
|
|
|
add_subdirectory( kwintabbox )
|
|
|
|
endif()
|