kwin/clients/ozone/CMakeLists.txt
Luboš Luňák e9b46ee24c Welcome ... er ... Ozone, the new default KWin decoration, that will
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
2008-04-09 15:32:58 +00:00

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/ )