Note to people compiling from source: it's only the default of the cmake variable which got changed. You have to delete the variable from the cache to get this change.remotes/origin/Plasma/5.0
parent
f8e4dcc115
commit
5d185a9adc
2 changed files with 16 additions and 14 deletions
@ -1,15 +1,17 @@ |
||||
add_subdirectory( kwinoptions ) |
||||
add_subdirectory( kwindecoration ) |
||||
add_subdirectory( kwinrules ) |
||||
add_subdirectory( kwincompositing ) |
||||
if(KWIN_BUILD_SCREENEDGES) |
||||
add_subdirectory( kwinscreenedges ) |
||||
endif() |
||||
if(KWIN_BUILD_SCRIPTING) |
||||
add_subdirectory( kwinscripts ) |
||||
endif() |
||||
remove_definitions(-DQT_NO_CAST_FROM_ASCII -DQT_STRICT_ITERATORS -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_KEYWORDS) |
||||
|
||||
# add_subdirectory( kwinoptions ) |
||||
# add_subdirectory( kwindecoration ) |
||||
# add_subdirectory( kwinrules ) |
||||
# add_subdirectory( kwincompositing ) |
||||
# if(KWIN_BUILD_SCREENEDGES) |
||||
# add_subdirectory( kwinscreenedges ) |
||||
# endif() |
||||
# if(KWIN_BUILD_SCRIPTING) |
||||
# add_subdirectory( kwinscripts ) |
||||
# endif() |
||||
add_subdirectory( kwindesktop ) |
||||
|
||||
if( KWIN_BUILD_TABBOX ) |
||||
add_subdirectory( kwintabbox ) |
||||
endif() |
||||
# if( KWIN_BUILD_TABBOX ) |
||||
# add_subdirectory( kwintabbox ) |
||||
# endif() |
||||
|
||||
Loading…
Reference in new issue