Re: KDE/kdelibs/kdeui/tests/proxymodeltestapp

2009-08-05 Thread Matthew Woehlke
David Faure wrote: > On Monday 20 July 2009, David Faure wrote: >> this doesn't fix the fact that cmake tries to create a binary >> called "." ... very weird. > > For the record, this was because EXECUTABLE_OUTPUT_PATH was set to > the parent dir (builddir/kdelibs/kdeui/tests), so creating a targ

Re: KDE/kdelibs/kdeui/tests/proxymodeltestapp

2009-08-05 Thread David Faure
On Monday 20 July 2009, David Faure wrote: > this doesn't fix the fact that cmake tries to create a binary called "." > ... very weird. For the record, this was because EXECUTABLE_OUTPUT_PATH was set to the parent dir (builddir/kdelibs/kdeui/tests), so creating a target named "A" where there

KDE/kdelibs/kdeui/tests/proxymodeltestapp

2009-07-20 Thread David Faure
SVN commit 1000105 by dfaure: doesn't need a separate project; yet, this doesn't fix the fact that cmake tries to create a binary called "." ... very weird. CCMAIL: kde-buildsystem@kde.org M +5 -7 CMakeLists.txt --- trunk/KDE/kdelibs/kdeui/tests/proxymodelte

Re: KDE/kdelibs/kdeui

2006-04-17 Thread Tanner Lovelace
On 4/17/06, Paulo Moura Guedes <[EMAIL PROTECTED]> wrote: > SVN commit 530679 by mojo: > > Don't use X11 includes on Windows. > > CCMAIL: kde-buildsystem@kde.org > > M +1 -1 kkeyserver.h > > > --- trunk/KDE/kdelibs/kdeui/kkeyserver.h #530

KDE/kdelibs/kdeui

2006-04-17 Thread Paulo Moura Guedes
SVN commit 530679 by mojo: Don't use X11 includes on Windows. CCMAIL: kde-buildsystem@kde.org M +1 -1 kkeyserver.h --- trunk/KDE/kdelibs/kdeui/kkeyserver.h #530678:530679 @@ -23,7 +23,7 @@ #ifndef _KKEYSERVER_H #define _KKEYSERVER_H -#if defined Q_WS_X11 or defined Q_WS_WIN