Results 1 to 10 of 10

Thread: Qt Open source + MSVC++ 2008

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #10
    Join Date
    Feb 2006
    Location
    Romania
    Posts
    2,744
    Thanks
    8
    Thanked 541 Times in 521 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt Open source + MSVC++ 2008

    I downloaded and installed the qt-win-opensource-4.3.2-mingw.exe file. Was that a mistake?
    Should I have downloaded the sources instead?
    Yes it was. That version is for mingw only. you cannot use it with msvc.
    If you really need to, then download the sources and build them. that will take some time but it will work.
    When you configure the build make sure you select debug and release.

    After the build and install are complete you will have to set the following env vars:
    -QTDIR=your qt dir
    -PATH=%PATH%;%QTDIR%\bin;
    -QMAKESPEC=win32-msvc or whatever is called(maybe you'll even have to tweak it a bit, since there's no support for 2008 yet).

    BTW: I am very happy to see your interest in Eclipse & open source tools.

  2. The following 2 users say thank you to marcel for this useful post:


Similar Threads

  1. Replies: 3
    Last Post: 7th October 2015, 19:43
  2. How to intall both qt open source and coin3d
    By kaydknight in forum Installation and Deployment
    Replies: 2
    Last Post: 4th February 2007, 15:28
  3. Qtopia 4.2 Open Source edition released!
    By lpotter in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 21st December 2006, 20:45
  4. Licencing issue with Qt Open source
    By thepasty in forum General Discussion
    Replies: 16
    Last Post: 26th July 2006, 14:56
  5. Replies: 11
    Last Post: 24th March 2006, 06:40

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.