Re: [CMake] Windows Qt CMake 2.8 build question

2009-11-13 Thread Steven Wilson
Thanks everyone for the help, I was able to get Qt recompiled and working with Visual Studio and am happily building the cmake Qt gui.If anyone else found these posts helpful, you will also need to know that you need to compile Qt with static libraries enabled otherwise the CMake build will not

Re: [CMake] Windows Qt CMake 2.8 build question

2009-11-12 Thread John Drescher
On Thu, Nov 12, 2009 at 12:51 PM, Steven Wilson wrote: > Caveat:  I am a complete Qt novice. > > I'm trying to build the 2.8 CVS branch of CMake on Windows and would like to > build the Qt GUI.  I downloaded and installed the LGPL/Free Windows Qt SDK > from the Nokia website.   When I use the CMak

Re: [CMake] Windows Qt CMake 2.8 build question

2009-11-12 Thread Tyler Roscoe
On Thu, Nov 12, 2009 at 10:51:49AM -0700, Steven Wilson wrote: > > CMake Error at C:/Program Files (x86)/CMake > 2.8/share/cmake-2.8/Modules/FindQt4.cmake:771 (MESSAGE): > It appears you're trying to use Visual Studio with Qt built by mingw > Call Stack (most recent call first): > Source/QtDia

Re: [CMake] Windows Qt CMake 2.8 build question

2009-11-12 Thread Clinton Stimpson
The Qt you installed was compiled with mingw, and will not work with Visual Studio. Your choices are to compile cmake with mingw (the compiler comes with the Qt sdk) or build Qt with Visual Studio so you can build cmake with Visual Studio. Clint On Thursday 12 November 2009 10:51:49 am Steven

[CMake] Windows Qt CMake 2.8 build question

2009-11-12 Thread Steven Wilson
Caveat: I am a complete Qt novice. I'm trying to build the 2.8 CVS branch of CMake on Windows and would like to build the Qt GUI. I downloaded and installed the LGPL/Free Windows Qt SDK from the Nokia website. When I use the CMake 2.6.4 or CMake 2.8.0 RC 7 GUI to configure the build for Visual