62a0a08a0e
Screenedges KCM is adjusted to build against Qt5. Most notable changes: * no longer links kworkspace as ScreenPreviewWidget got moved into the KCM * ui file is adjusted to not crash (see git log of kcmdesktop)
17 lines
505 B
CMake
17 lines
505 B
CMake
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()
|