Re: [CMake] Building shared libraries for KDE app

2008-07-31 Thread David Boosalis
: cmake@cmake.org Date: Wednesday, July 30, 2008, 11:24 PM On 30.07.08 22:49:25, David Boosalis wrote: > I have had no trouble using cmake to build kde executables, but have been unable to use it successfully to build a shared library that my kde application uses.  > > The library builds

[CMake] Building shared libraries for KDE app

2008-07-30 Thread David Boosalis
Hi Cmake folks. I have had no trouble using cmake to build kde executables, but have been unable to use it successfully to build a shared library that my kde application uses.  The library builds fine but it is missing all the symbols from my source files.  When I use qmake to build the libra

Re: [CMake] CMAKE equivalent of qmake's MOC_DIR

2008-07-23 Thread David Boosalis
to specify where these files go, even if its not necessarily needed. In source builds tend to get messy otherwise. -Tom On Tue, Jul 22, 2008 at 4:57 PM, Andreas Pakulat <[EMAIL PROTECTED]> wrote: On 22.07.08 14:02:06, David Boosalis wrote: > Hi > > The qmake variable MOC_DIR al

[CMake] CMAKE equivalent of qmake's MOC_DIR

2008-07-22 Thread David Boosalis
Hi The qmake variable MOC_DIR allows you to define where you want the generated moc flies to reside.  I like to use it as it keeps my source directory clean. Is there a similar variable with cmake Thanks for any info David ___ CMake mailing list C