Re: [CMake] QTCreator project to VS2008 problems

2010-03-19 Thread Oli Glaser
- Original Message - From: John Drescher dresche...@gmail.com To: Oli Glaser o...@glasers.org; bacula-users bacula-us...@lists.sourceforge.net 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

Re: [CMake] QTCreator project to VS2008 problems

2010-03-19 Thread John Drescher
Thanks for the reply - I added mainwindow.h to the automoc but I get the same thing - I thought it might be the QMetaobject header or library it was looking for, looking at the the error messages, but I checked and the header is there, and the search paths are correct. I built the QTProject

Re: [CMake] QTCreator project to VS2008 problems

2010-03-19 Thread Oli Glaser
- Original Message - From: John Drescher dresche...@gmail.com To: Oli Glaser o...@glasers.org; CMake mailing list cmake@cmake.org 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

Re: [CMake] QTCreator project to VS2008 problems

2010-03-19 Thread Michael Jackson
On Mar 19, 2010, at 9:01 AM, Oli Glaser wrote: - Original Message - From: John Drescher dresche...@gmail.com To: Oli Glaser o...@glasers.org; bacula-users bacula-us...@lists.sourceforge.net Sent: Friday, March 19, 2010 12:46 PM Subject: Re: [CMake] QTCreator project to VS2008 problems

Re: [CMake] QTCreator project to VS2008 problems

2010-03-19 Thread Michael Jackson
On Mar 19, 2010, at 9:21 AM, Oli Glaser wrote: - Original Message - From: John Drescher dresche...@gmail.com To: Oli Glaser o...@glasers.org; CMake mailing list cmake@cmake.org Sent: Friday, March 19, 2010 1:09 PM Subject: Re: [CMake] QTCreator project to VS2008 problems Thanks

Re: [CMake] QTCreator project to VS2008 problems

2010-03-19 Thread John Drescher
I may have worded that badly, so just to clarify - the QT I am using to create the VS2008 project (the one used with cmake) was compiled with VS2008, it's just the original code that was created in a mingw compiled QTCreator. I thought the point of cmake is to enable porting code from one

Re: [CMake] QTCreator project to VS2008 problems

2010-03-19 Thread Oli Glaser
: cmake@cmake.org Sent: Friday, March 19, 2010 1:40 PM Subject: Re: [CMake] QTCreator project to VS2008 problems I may have worded that badly, so just to clarify - the QT I am using to create the VS2008 project (the one used with cmake) was compiled with VS2008, it's just the original code