Results 1 to 9 of 9

Thread: Qt in visual studio 2005

  1. #1
    Join Date
    Oct 2008
    Posts
    13
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Qt in visual studio 2005

    Iam Running windows xp , visual studio 2005 professional and i have installed the evaluation of the commercial version of Qt 4.4.3 which has c++ integration. I set the path in the environment variables as required to ; c:\Qt\4.4.3\bin. when i open visual studio 2005 and try to create a Qt project i get the error below. " unable to find a Qt build! ,To solve this specify a Qt build". and i cant run configure -help as mentioned in the installation guide.
    I need help

  2. #2
    Join Date
    May 2008
    Posts
    61
    Thanks
    9
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt in visual studio 2005

    how did you try to run `configure`? did you use the command prompt?

    start the visual studio command prompt and go to the directory \qt\4.4.3

    then type the following command:
    Qt Code:
    1. configure -platform msvc2005
    To copy to clipboard, switch view to plain text mode 

    when configure finishes, type
    Qt Code:
    1. nmake
    To copy to clipboard, switch view to plain text mode 

    then you will have a valid qt build.

  3. #3
    Join Date
    Oct 2008
    Posts
    13
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Qt in visual studio 2005

    i tried as you say and i get the error below:
    C:\>cd Qt

    C:\Qt>cd 4.4.3

    C:\Qt\4.4.3>configure -platform msvc2005
    'configure' is not recognized as an internal or external command,
    operable program or batch file.

  4. #4
    Join Date
    May 2008
    Posts
    61
    Thanks
    9
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt in visual studio 2005

    did you install the qt for windows or did you install the x11 version ?

  5. #5
    Join Date
    Oct 2008
    Posts
    13
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt in visual studio 2005

    I installed Qt for windows

  6. #6
    Join Date
    Aug 2007
    Location
    Nicaragua -Central America-
    Posts
    3
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Lightbulb Re: Qt in visual studio 2005

    see the README file for valid platform
    configure -platform win32-msvc2005then
    nmake

  7. #7
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Qt in visual studio 2005

    You do realise that this thread is over a year old, so I assume the problem has been sorted by now

  8. #8
    Join Date
    Oct 2009
    Posts
    22
    Thanks
    8
    Thanked 4 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Qt in visual studio 2005

    add a system environment:
    name is:
    QTDIR
    value like this:
    c:\qt\

  9. #9
    Join Date
    Oct 2009
    Posts
    7
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Qt in visual studio 2005

    Quote Originally Posted by semden View Post
    I installed Qt for windows
    how did you installed qt for windows ?

    you built the source code ?

Similar Threads

  1. Qt 4.4.1 Compile Error with MS Visual C++ 2008 Express SP1
    By BrainB0ne in forum Installation and Deployment
    Replies: 3
    Last Post: 19th August 2008, 15:49
  2. Set up the Qt4.3.2 with Visual Studio 2005
    By lamoda in forum Installation and Deployment
    Replies: 6
    Last Post: 30th January 2008, 06:51
  3. Qt configure with msvc.net
    By jivanr in forum Installation and Deployment
    Replies: 1
    Last Post: 11th June 2007, 08:17
  4. Qt Cryptographic Architecture
    By vermarajeev in forum Qt Programming
    Replies: 6
    Last Post: 9th February 2007, 13:15
  5. Qt Designer & Visual Studio 2005
    By pSiCho in forum Qt Tools
    Replies: 6
    Last Post: 9th February 2006, 13: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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.