kwin/lib
Alexander Neundorf a002b94e5f -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)

This was discussed on kde-buildsystem end of June.

Alex

CCMAIL: mueller@kde.org


svn path=/branches/KDE/4.1/kdebase/workspace/; revision=836133
2008-07-21 19:25:47 +00:00
..
CMakeLists.txt -also disable _KDE4_TARGET_LINK_INTERFACE_LIBRARIES() and use the renamed LINK_INTERFACE_LIBRARIES target property instead: 2008-07-21 19:25:47 +00:00
kcommondecoration.cpp some krazy include issue fixes 2008-05-30 17:47:24 +00:00
kcommondecoration.h Split kdecoration and kwineffects libraries as two modules for doxygen. 2008-01-16 18:13:24 +00:00
kcommondecoration_p.cpp Separate KCommonDecoration from KDecoration, in order to allow 2007-11-29 14:11:02 +00:00
kcommondecoration_p.h Make it possible to use KDecorationOptions without private headers. 2008-01-29 16:44:41 +00:00
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 Make it possible to use KDecorationOptions without private headers. 2008-01-29 16:44:41 +00:00
kdecoration_p.h Make it possible to use KDecorationOptions without private headers. 2008-01-29 16:44:41 +00:00
kdecoration_plugins_p.cpp Adapt to new KWarning/kFatal/kDebug api 2007-08-03 06:59:24 +00:00
kdecoration_plugins_p.h Make it possible to use KDecorationOptions without private headers. 2008-01-29 16:44:41 +00:00
kdecorationbridge.h Make KDecorationBridge also public and with kept binary compatibility, 2008-01-26 19:00:14 +00:00
kdecorationfactory.cpp Make KDecorationBridge also public and with kept binary compatibility, 2008-01-26 19:00:14 +00:00
kdecorationfactory.h Split kdecoration and kwineffects libraries as two modules for doxygen. 2008-01-16 18:13:24 +00:00
kwinconfig.h.cmake Redo checks for KWIN_HAVE(_XXX)_COMPOSITING again, in order 2008-01-03 15:22:19 +00:00
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 Use a modified errorMessage() with explicitly listing all extensions used by KWin. 2008-02-24 11:41:55 +00:00
kwinglobals.h Use a modified errorMessage() with explicitly listing all extensions used by KWin. 2008-02-24 11:41:55 +00:00
kwinglutils.cpp Don't discard window texture when only the shape changes but the window 2008-03-20 10:05:41 +00:00
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 No longer include config*.h files in installed headers. 2007-12-17 14:14:53 +00:00
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 Split kdecoration and kwineffects libraries as two modules for doxygen. 2008-01-16 18:13:24 +00:00
Messages.sh branches/work/kwin_composite becomes new trunk kwin. 2007-04-29 17:35:43 +00:00