Results 1 to 3 of 3

Thread: qt and vs2005

  1. #1
    Join Date
    Mar 2009
    Posts
    2
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default qt and vs2005

    hi people,
    I am a complete newbie about qt, although being writing c++ apps for quite a while. So please excuse my probably noob question, but how do I get an qt app up and running with vs 2005 ?

    here is what I have done so far:
    1) downloaded "qt-sdk-win-opensource-2009.01.1.exe" and installed
    2) downloaded "qt-vs-addin-1.0.0-beta2.exe" and installed
    3) in vs2005 -> file -> new project -> new Qt4 project -> Qt application
    4) tried to build, but failed because Qt dir was not set
    5) went to Qt menu -> Qt options and added a new entry pointing to the D:\Qt\2009.01\qt
    6) rebuild
    7) got a link error - " LNK1181: cannot open input file 'qtmaind.lib' "

    obviously the qt installation does not provide any libs, so should I compile them from source ?

    Thanks in advance

  2. #2
    Join Date
    May 2008
    Location
    Rijeka, Croatia
    Posts
    85
    Thanks
    10
    Thanked 6 Times in 6 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: qt and vs2005

    "qt-sdk-win-opensource-2009.01.1.exe" installs libraries build with gcc, you must build it with Visual studion compiler.

  3. The following user says thank you to stefan for this useful post:

    xenry (17th March 2009)

  4. #3
    Join Date
    Mar 2009
    Posts
    2
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: qt and vs2005

    thanks, got it running =)

    p.s. sorry for posting in the wrong section

Similar Threads

  1. error PRJ0019 using Qt commercial with VS2005
    By bv_susan in forum Installation and Deployment
    Replies: 1
    Last Post: 1st December 2008, 19:10
  2. WCHAR to QString giving error in vs2005
    By ucomesdag in forum Qt Programming
    Replies: 2
    Last Post: 1st May 2008, 23:25
  3. convert project from C++ to VS2005
    By ramymabrouk in forum Qt Programming
    Replies: 1
    Last Post: 9th March 2008, 21:57
  4. Qt toolbar for VS2005
    By fruzzo in forum Installation and Deployment
    Replies: 1
    Last Post: 3rd December 2007, 20:25
  5. Installing Qt 4.1.4 (open source) on windows with vs2005
    By Randulf in forum Installation and Deployment
    Replies: 1
    Last Post: 19th August 2006, 12:22

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.