Re: [CMake] Compiling a project that uses Qt

2009-05-27 Thread Michael Jackson
Try this example Project: http://www.bluequartz.net/software/files/QtTest.zip _ Mike Jackson mike.jack...@bluequartz.net BlueQuartz Softwarewww.bluequartz.net Principal Software Engineer

[CMake] Compiling a project that uses Qt

2009-05-27 Thread Pascale B
Hi, I have a project developed in visual Studio 2008, in C++. I was asked to compile it in Linux. I'm completely new to using CMAKE. I have created a CMakeLists.txt file for my project and was able to build successfully one library. However my main program needs Qt applications to run. Her