Re: [CMake] QTCreator project to VS2008 problems

2010-03-19 Thread Oli Glaser
Thanks for all the help, I got it working. I was not including the automoc generated headers or wrapped ui in the executables, I was adding the original files instead. - Original Message - From: "John Drescher" To: "Michael Jackson" Cc: Sent: Friday, March 19, 2010 1:40 PM Subject:

Re: [CMake] QTCreator project to VS2008 problems

2010-03-19 Thread Oli Glaser
- Original Message - From: "John Drescher" To: "Oli Glaser" ; "CMake mailing list" Sent: Friday, March 19, 2010 1:09 PM Subject: Re: [CMake] QTCreator project to VS2008 problems Thanks for the reply - I added mainwindow.h to the automoc but I get

Re: [CMake] QTCreator project to VS2008 problems

2010-03-19 Thread Oli Glaser
- Original Message - From: "John Drescher" To: "Oli Glaser" ; "bacula-users" Sent: Friday, March 19, 2010 12:46 PM Subject: Re: [CMake] QTCreator project to VS2008 problems On Fri, Mar 19, 2010 at 5:58 AM, Oli Glaser wrote: I am new to cmake and QT

[CMake] QTCreator project to VS2008 problems

2010-03-19 Thread Oli Glaser
I am new to cmake and QT so I thought I'd build a test project (basic forms app with two source files) in QTCreator and use CMake to port it to VS2008 to test it out. I have tried to pick the commands I need for the CMakefiles from the documentation. The cmake configure and generate went okay, b

[CMake] Sucess with VS2008

2010-03-17 Thread Oli Glaser
I managed to run cmake with vs2008 after downloading the QT vs2008 build, so now I can get going . Many thanks to Michael Wild and Mike Jackson for the help. ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitwar

[CMake] Still no luck with visual studio 2008

2010-03-17 Thread Oli Glaser
Hi all, I have managed to get it as far as this error now, but no further. It does work when set to mingw however. The error message is not too helpful - does anyone have any idea how I go about getting it to work with visual studio? Is it something to do with the open source app I am trying

[CMake] libgcc_s_dw2-1.dll not found

2010-03-17 Thread Oli Glaser
Hi again, I should have said previously that I pointed cmake to the qmake.exe but then I got another error saying libgcc_s_dw2-1.dll not found, although it is on my computer. How do I point cmake to this? What am I doing wrong? I know I'm new to cmake but I can't believe it can be this hard just