Re: [CMake] cmake qt4 Lplates

2010-12-11 Thread luxInteg
On Friday 10 December 2010 21:17:21 Andreas Pakulat wrote: On 10.12.10 22:09:29, luxInteg wrote: Greetings, I have my cmake L-plates firmly on ( with a Qt4 project I am stumbling on ) I have these in CMakeLists.txt file:- FIND_PACKAGE( Qt4 REQUIRED ) INCLUDE(

[CMake] cmake qt4 Lplates again

2010-12-11 Thread luxInteg
Greetings, Still withcmake L-plates firmly on ( with a Qt4 project ) I have now stumbled into this:- I have a series of header files to compile into .cpp files via the QT4_WRAP_CPP() utility. Just one of the file needs to 'compiled' beforehandthen compiled to object code

Re: [CMake] cmake qt4 Lplates again

2010-12-11 Thread luxInteg
On Saturday 11 December 2010 17:46:37 luxInteg wrote: Greetings, Still withcmake L-plates firmly on ( with a Qt4 project ) I have now stumbled into this:- I have a series of header files to compile into .cpp files via the QT4_WRAP_CPP() utility. Just one of the file needs to

[CMake] cmake qt4 Lplates

2010-12-10 Thread luxInteg
Greetings, I have my cmake L-plates firmly on ( with a Qt4 project I am stumbling on ) I have these in CMakeLists.txt file:- FIND_PACKAGE( Qt4 REQUIRED ) INCLUDE( ${QT_USE_FILE} ) set(QT_USE_OPENGL TRUE) set(QT_USE_QTSVG TRUE ) SET( QT_USE_QTXML TRUE ) SET( QT_USE_QT3SUPPORT

Re: [CMake] cmake qt4 Lplates

2010-12-10 Thread Andreas Pakulat
On 10.12.10 22:09:29, luxInteg wrote: Greetings, I have my cmake L-plates firmly on ( with a Qt4 project I am stumbling on ) I have these in CMakeLists.txt file:- FIND_PACKAGE( Qt4 REQUIRED ) INCLUDE( ${QT_USE_FILE} ) set(QT_USE_OPENGL TRUE) set(QT_USE_QTSVG TRUE ) SET(