kwin/lib
Alexander Neundorf 9e8a357597 -also disable _KDE4_TARGET_LINK_INTERFACE_LIBRARIES() and use the renamed LINK_INTERFACE_LIBRARIES target property
instead: 
set_target_properties(foo PROPERTIES 
                          ${KDE4_DISABLE_PROPERTY_}LINK_INTERFACE_LIBRARIES  "kdeui;kdecore" 
                     )

While this doesn't look very nice, it is completely forward and backward compatible (i.e. cmake 2.4 doesn't complain,
cmake 2.6 works, both versions work as soon as the reduced link interface is the default (soon), if somebody 
uses this with kdelibs which don't have that anymore he will get the reduced interface instead of errors, so all 
should be ok)

Alex

CCMAIL: mueller@kde.org




svn path=/trunk/KDE/kdebase/workspace/; revision=836131
2008-07-21 19:19:06 +00:00
..
CMakeLists.txt -also disable _KDE4_TARGET_LINK_INTERFACE_LIBRARIES() and use the renamed LINK_INTERFACE_LIBRARIES target property 2008-07-21 19:19:06 +00:00
kcommondecoration.cpp some krazy include issue fixes 2008-05-30 17:47:24 +00:00
kcommondecoration.h
kcommondecoration_p.cpp
kcommondecoration_p.h
kdecoration.cpp Show tooltips. 2008-06-06 14:19:53 +00:00
kdecoration.h Add a dbus call to query which color settings the current decoration 2008-03-21 22:17:10 +00:00
kdecoration_p.cpp
kdecoration_p.h
kdecoration_plugins_p.cpp
kdecoration_plugins_p.h
kdecorationbridge.h
kdecorationfactory.cpp
kdecorationfactory.h
kwinconfig.h.cmake
kwineffects.cpp fix link lines 2008-07-07 20:56:56 +00:00
kwineffects.h Added screenNumber() and addRepaint(QRegion) to effects API 2008-06-19 14:16:21 +00:00
kwinglobals.cpp
kwinglobals.h
kwinglutils.cpp
kwinglutils.h Disable copying by value for GLTexture, as it wouldn't work anyway. 2008-05-07 13:05:46 +00:00
kwinglutils_funcs.cpp
kwinglutils_funcs.h Fix opengl wrappers to match the opengl functions. 2008-05-11 11:14:49 +00:00
kwinshadereffect.cpp Funny, I didn't know XRender now had shaders too :). 2008-06-16 08:45:28 +00:00
kwinshadereffect.h Funny, I didn't know XRender now had shaders too :). 2008-06-16 08:45:28 +00:00
kwinxrenderutils.cpp Converting old style includes to new qt4 style 2008-06-15 18:49:48 +00:00
kwinxrenderutils.h Some missing XRender counterparts for utility functions, from Thomas Lübking. 2008-06-06 09:11:52 +00:00
Mainpage.dox
Messages.sh