Re: [CMake] CMake

2010-11-29 Thread Nicola Brisotto
to understand how qmake generate a project for the symbian platform. mkspecs contains the platform specific definitions. Nicola Brisotto 2010/9/30 Alexander Neundorf a.neundorf-w...@gmx.net: On Thursday 30 September 2010, Nicola Brisotto wrote: I use Qt creator with cmake for desktop application

[CMake] CMake

2010-09-30 Thread Nicola Brisotto
/2009/10/12/to-make-or-not-to-make-qmake-and-beyond/ http://labs.qt.nokia.com/2009/10/14/to-make-or-not-to-make-qmake-and-beyond-redux/ Any News? Best regards, Nicola Brisotto vcard ___ Powered by www.kitware.com Visit other Kitware open-source

Re: [CMake] CMake

2010-09-30 Thread Nicola Brisotto
I use Qt creator with cmake for desktop application and it work well. It has support for out of source build, it populate the project browser with you source and header, etc My main issue is not a full Qt Creator integration. My first need is build with cmake from console. Currently Qt support

Re: [CMake] How to build and link Externa Project with exported target

2010-03-19 Thread Nicola Brisotto
QXmppClient DESTINATION include/QXmppClient ) ? They seem to do the same thing but probably I'm missing something Nicola Brisotto On Wed, Mar 17, 2010 at 8:44 PM, Alexander Neundorf a.neundorf-w...@gmx.net wrote: On Wednesday 17 March 2010, Michael Wild wrote: On 17. Mar, 2010, at 15:43

[CMake] How to build and link Externa Project with exported target

2010-03-17 Thread Nicola Brisotto
? This is the libqxmpp snippet that export the target: INSTALL(TARGETS QXmppClient EXPORT QXmppClient DESTINATION lib) INSTALL(EXPORT QXmppClient DESTINATION include/QXmppClient ) Nicola Brisotto vcard ___ Powered by www.kitware.com Visit other Kitware open

[CMake] Autotools conversion: case statement

2009-12-17 Thread Nicola Brisotto
(_REENTRANT) ;; decosf1 | irix | mach | os2 | solaris | dce | vxworks) AC_MSG_ERROR(thread package $THREADS not yet supported) ;; *) AC_MSG_ERROR($THREADS is an unknown thread package) ;; esac Nicola Brisotto vcard ___ Powered

[CMake] Use a custom linker

2009-12-11 Thread Nicola Brisotto
/1867745/cmake-use-a-custom-linker Nicola Brisotto vcard ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http