Results 1 to 5 of 5

Thread: Need help installing / configuring

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Mar 2009
    Location
    Freiburg, Germany
    Posts
    5
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Need help installing / configuring

    Okay, so if i read correctly, the free version of QT only works with mingw (yes, i have the free licensed)?
    No, you can also compile your own Qt libs with msvc. These libs work fine with Visual Studio.
    I compiled x86 and x64 and use it with VS 2008 Professional and the Qt VS Add-in. This setup utilizes the VS build system, which I prefer to the qmake/nmake scenario.

    As for your mingw32-make problem: did you run qmake again to generate Makefiles for mingw? I expect them to be different from the msvc Makefiles. And I would try to run make against "Makefile" rather than "Makefile.Debug".

    By the way: If you want to experiment with Qt, why not start with the QtCreator IDE? It is part of the binary-SDK for Windows and works out of the box. And it brings its own mingw-Version with it.
    Last edited by dbf; 2nd April 2009 at 09:53.

Similar Threads

  1. Installing NCReport
    By alphajoseph in forum Qt Programming
    Replies: 2
    Last Post: 19th February 2009, 10:30
  2. Installing Qt 4.4 for Morons?
    By chris062689 in forum Installation and Deployment
    Replies: 14
    Last Post: 11th October 2008, 08:56
  3. problem with Qt/ Windows--pls help
    By swamyonline in forum Installation and Deployment
    Replies: 8
    Last Post: 7th July 2008, 20:39
  4. Installing on Solaris...PLEASE HELP!
    By Rayven in forum Installation and Deployment
    Replies: 3
    Last Post: 27th July 2006, 17:33
  5. Installing Qt 4.1 (open source) on Windows XP
    By katrina in forum Installation and Deployment
    Replies: 8
    Last Post: 19th February 2006, 12:26

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.