Re: qdbus on windows

2006-07-11 Thread Alexander Neundorf
On Tuesday 11 July 2006 18:57, Peter Kümmel wrote: > How should we handle qdbus for windows? > > Currently qdbus depends on dbus and kdewin32. > > The kdewin32 dependency could be removed, because > only getopt from unistd.h is needed by the tools. > > Does Trolltech plan to remove the dependency o

Re: Newbie: Howto convert qmake project to cmake

2006-07-11 Thread Alexander Neundorf
On Tuesday 11 July 2006 14:37, Aron Boström wrote: > On 7/11/06, Christian Ehrlicher <[EMAIL PROTECTED]> wrote: > > No, it's the old qmake vs. autotools way to include moc files. > > > > qmake adds the moc-files to it's sources and compiles them separatly. > > autotools/ cmake needs them to be incl

qdbus on windows

2006-07-11 Thread Peter Kümmel
How should we handle qdbus for windows? Currently qdbus depends on dbus and kdewin32. The kdewin32 dependency could be removed, because only getopt from unistd.h is needed by the tools. Does Trolltech plan to remove the dependency on unistd.h? The simples way is a copy paste from kdewin32, but I

Re: Newbie: Howto convert qmake project to cmake

2006-07-11 Thread Aron Boström
On 7/11/06, Christian Ehrlicher <[EMAIL PROTECTED]> wrote: No, it's the old qmake vs. autotools way to include moc files.qmake adds the moc-files to it's sources and compiles them separatly. autotools/ cmake needs them to be included in the sources with#include " mySource.moc"Yep. That made the qt

Re: Newbie: Howto convert qmake project to cmake

2006-07-11 Thread Aron Boström
On 7/11/06, Peter Kümmel <[EMAIL PROTECTED]> wrote: Could you post the cmake file, without it it's hard to help.PeterYeah, obviously, forgot that ;) This is the most recent file i tried. -- project(conversationview)find_package(KDE4 REQUIRED)include (KDE4Defaults)include_directories (${KDE4_KDECORE

Re: Re: Newbie: Howto convert qmake project to cmake

2006-07-11 Thread Christian Ehrlicher
Original-Nachricht Datum: Tue, 11 Jul 2006 08:10:13 -0400 Von: "William A. Hoffman" <[EMAIL PROTECTED]> An: kde-buildsystem@kde.org Betreff: Re: Newbie: Howto convert qmake project to cmake > At 07:50 AM 7/11/2006, Aron Boström wrote: > >Hi experts! > > > >I have a problem I hav

Re: Newbie: Howto convert qmake project to cmake

2006-07-11 Thread William A. Hoffman
At 07:50 AM 7/11/2006, Aron Boström wrote: >Hi experts! > >I have a problem I have tried to solve for allmost a week now without success. > >In /trunk/KDE/kdepim/views/conversationview I have the code of my qmake-based >SoC project. It's at the moment Qt4 only, but that is about to change. So I

Re: Newbie: Howto convert qmake project to cmake

2006-07-11 Thread Peter Kümmel
Aron Boström wrote: > Hi experts! > > I have a problem I have tried to solve for allmost a week now without > success. > > In /trunk/KDE/kdepim/views/conversationview I have the code of my > qmake-based SoC project. It's at the moment Qt4 only, but that is about to > change. So I need to make i

Newbie: Howto convert qmake project to cmake

2006-07-11 Thread Aron Boström
Hi experts!I have a problem I have tried to solve for allmost a week now without success. In /trunk/KDE/kdepim/views/conversationview I have the code of my qmake-based SoC project. It's at the moment Qt4 only, but that is about to change. So I need to make it build with cmake. However, I can't. Whe