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 it build

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 have tried

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

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 included in