e9b46ee24c
be a fork of the Oxygen decoration with additional features that the Oxygen developers don't want to have in Oxygen. See README or #152030 for why they prefer it this way. CCBUG: 152030 svn path=/trunk/KDE/kdebase/workspace/; revision=795243
22 lines
527 B
CMake
22 lines
527 B
CMake
add_definitions (-DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS)
|
|
|
|
########### next target ###############
|
|
|
|
set(kwin_ozone_SRCS
|
|
lib/helper.cpp
|
|
oxygenclient.cpp
|
|
oxygenbutton.cpp
|
|
oxygen.cpp
|
|
)
|
|
|
|
kde4_add_plugin(kwin3_ozone ${kwin_ozone_SRCS})
|
|
|
|
|
|
target_link_libraries(kwin3_ozone ${KDE4_KDEUI_LIBS} ${X11_Xrender_LIB} kdecorations)
|
|
|
|
install(TARGETS kwin3_ozone DESTINATION ${PLUGIN_INSTALL_DIR} )
|
|
|
|
########### install files ###############
|
|
|
|
install( FILES ozoneclient.desktop DESTINATION ${DATA_INSTALL_DIR}/kwin/ )
|
|
|