Re: [CMake] Converting a qmake project to cmake

2007-12-05 Thread Leopold Palomo Avellaneda
A Dimecres 05 Desembre 2007, Mike Jackson va escriure: > You will eventually get an error. Only put files in the list that > _need_ to be treated with moc. I guess this is one area where qmake > may win out over cmake..? ok, :-( thanks, best regards, Leo -- -- Linux User 152692 PGP: 0xF94480

Re: [CMake] Converting a qmake project to cmake

2007-12-05 Thread Mike Jackson
You will eventually get an error. Only put files in the list that _need_ to be treated with moc. I guess this is one area where qmake may win out over cmake..? -- Mike Jackson Senior Research Engineer Innovative Management & Technology Services On Dec 5, 2007, at 5:00 PM, Leopold Palomo Av

Re: [CMake] Converting a qmake project to cmake

2007-12-05 Thread Leopold Palomo Avellaneda
Hi Mike, thanks. But, A Dimecres 05 Desembre 2007, Mike Jackson va escriure: [...] > > # another list, this time it includes all header files that should > # be treated with moc what's happens if you put a file here that _doesn't_ need to be treated with moc. That's my problem. With qmake you

Re: [CMake] Converting a qmake project to cmake

2007-12-05 Thread Mike Jackson
Take a look at: Specifically, look for this section: # another list, this time it includes all header files that should # be treated with moc SET( QMXAVIEWER_MOC_HDRS ${MXAViewer_SOURCE_DIR}/QMXADat

[CMake] Converting a qmake project to cmake

2007-12-05 Thread Leopold Palomo-Avellaneda
Hi, I'm trying to convert a qmake project to cmake. I have tested several tools, but, I have realised that by hand is more or less the best way. I edit the .pro file to obtain the files and create the cmake. However there's a think that is problematic is that I have a list in the HEADERS part o