b7a8bb4f52
The build option got introduced for Plasma Active back in a time when we did not properly aim for convergence. In a Plasma 5 world we want to have only one shell and one window manager which adjust itself. This means we don't want a differently compiled kwin for plasma active, but the same one. Thus the build option doesn't make much sense any more. A KWin for touch interface needs to support screenedges for the case that mouse is plugged in. CCBUG: 340960 REVIEW: 121200
13 lines
409 B
CMake
13 lines
409 B
CMake
remove_definitions(-DQT_NO_CAST_FROM_ASCII -DQT_STRICT_ITERATORS -DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_KEYWORDS)
|
|
|
|
add_subdirectory( kwincompositing )
|
|
add_subdirectory( kwinoptions )
|
|
add_subdirectory( kwindecoration )
|
|
add_subdirectory( kwinrules )
|
|
add_subdirectory( kwinscreenedges )
|
|
add_subdirectory( kwinscripts )
|
|
add_subdirectory( kwindesktop )
|
|
|
|
if( KWIN_BUILD_TABBOX )
|
|
add_subdirectory( kwintabbox )
|
|
endif()
|