Fwd: KDE/kdelibs/cmake/modules

2006-11-03 Thread Peter Kuemmel
--- Peter Kümmel <[EMAIL PROTECTED]> wrote: > From: Peter Kümmel <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: KDE/kdelibs/cmake/modules > Date: Fri, 03 Nov 2006 22:26:27 + > > SVN commit 601625 by kuemmel: > > update with the QTMAIN part of the cmake cvs > > M +13 -3 FindQ

Re: windows build

2006-06-26 Thread Peter Kuemmel
--- Bill Hoffman <[EMAIL PROTECTED]> wrote: > So, the dashboard is looking better these days. > The build errors on dash17 should be cleared up > tomorrow. > However, we had to move the windows builds to the > experimental section. > > There seems to be an issue with dbus on windows: > > dbu

Re: KDE_DEPRECATED

2006-03-10 Thread Peter Kuemmel
Brad King <[EMAIL PROTECTED]> wrote:I've found that a KDE_DEPRECATED-style macro is insufficient across compilers. Some compilers want the decoration before the method and some want it after the method. In VTK I created a "VTK_LEGACY" macro that surrounds the method declaration.If we really need