Re: [CMake] combining cmake and qmake

2010-03-03 Thread Ryan Pavlik
On 03/03/2010 10:06 AM, Matt Williams wrote: On 3 March 2010 16:01, Hicham Mouline wrote: Hello, I have a library that contain the core of my application. I have been running this application in text-mode so far. I will now extend it to use a GUI, and I've chosen Qt. I have used cmake

Re: [CMake] combining cmake and qmake

2010-03-03 Thread Matt Williams
On 3 March 2010 16:01, Hicham Mouline wrote: > Hello, > > I have a library that contain the core of my application. > I have been running this application in text-mode so far. I will now extend > it to use a GUI, and I've chosen Qt. > > I have used cmake to generate Makefiles on linux/g++4.x and

Re: [CMake] combining cmake and qmake

2010-03-03 Thread Tyler Roscoe
On Wed, Mar 03, 2010 at 11:01:14AM -0500, Hicham Mouline wrote: > Qt comes with qmake which takes .pro files as input and also generates > Makefiles or vs2008 solution files. > > Is there a generally advised policy re combining systems with both cmake and > qmake? Take a look at CMake's FindQt4

[CMake] combining cmake and qmake

2010-03-03 Thread Hicham Mouline
Hello, I have a library that contain the core of my application. I have been running this application in text-mode so far. I will now extend it to use a GUI, and I've chosen Qt. I have used cmake to generate Makefiles on linux/g++4.x and solutions files on win32/vs2008. Qt comes with qmake whi