Results 1 to 3 of 3

Thread: Qt Visual Studio Addon Installation (Browse to Qt Version)

  1. #1
    Join Date
    Jun 2012
    Posts
    12
    Qt products
    Qt4
    Platforms
    Windows

    Smile Qt Visual Studio Addon Installation (Browse to Qt Version)

    I downloaded the Qt addon for Visual Studio 2008 from here:

    http://qt.nokia.com/downloads/visual-studio-add-in

    I have the licensed version of Visual Studio 2008.

    When I start Visual Studio, opened a peer's project with Qt code, and clicked Build I get the error:

    The following error occured: There's no Qt version assigned to this project for platform Win32. Please use the 'change Qt version' feature and choose a valid Qt version for this platform.
    To fix that from the Visual Studio menubar, I can choose Qt, Qt Options, Qt Versions, and press the Add button which gives me the capability to set the version name and browse to the version wanted. It appears to be looking for a qmake.exe which I can't find on my computer.

    Question: What do I do?

    For the addon, the linked source information page does not help me. It's at:

    http://qt-project.org/wiki/QtVSAddin

    Here are the files produces by the addon install:

    Qt Code:
    1. Directory of C:\Program Files (x86)\Digia\Qt4VSAddin
    2.  
    3. 06/07/2012 12:57 PM <DIR> .
    4. 06/07/2012 12:57 PM <DIR> ..
    5. 06/07/2012 12:46 PM <DIR> 9.0
    6. 04/20/2012 03:34 AM 476 Changes-1.1.11
    7. 06/07/2012 12:57 PM 0 files.txt
    8. 06/07/2012 12:46 PM <DIR> help
    9. 06/07/2012 12:46 PM <DIR> imageformats
    10. 06/07/2012 12:46 PM <DIR> projects
    11. 05/15/2012 04:09 AM 427,520 qmakewrapper1.dll
    12. 05/15/2012 04:09 AM 141,312 qrceditor.exe
    13. 06/07/2012 12:46 PM <DIR> qrcItems
    14. 06/07/2012 12:46 PM 46 Qt Visual Studio Add-in.url
    15. 05/15/2012 04:09 AM 18,432 qtappwrapper.exe
    16. 03/08/2012 09:22 AM 2,516,480 QtCore4.dll
    17. 03/08/2012 09:26 AM 8,409,600 QtGui4.dll
    18. 03/08/2012 09:29 AM 283,136 QtSvg4.dll
    19. 03/08/2012 09:22 AM 355,840 QtXml4.dll
    20. 06/07/2012 12:46 PM <DIR> uiItems
    21. 06/07/2012 12:46 PM 412,702 uninst.exe
    22. 06/07/2012 12:46 PM <DIR> wizards
    23. 11 File(s) 12,565,544 bytes
    To copy to clipboard, switch view to plain text mode 
    Here are the Qt SDK Open Source files downloaded from the below link:

    http://qt.nokia.com/downloads/sdk-windows-cpp

    Qt Code:
    1. Directory of C:\QtSDK
    2.  
    3. 06/07/2012 01:21 PM <DIR> .
    4. 06/07/2012 01:21 PM <DIR> ..
    5. 06/07/2012 11:52 AM 21,015 Changelog.txt
    6. 06/07/2012 12:03 PM 35,864 components.xml
    7. 06/07/2012 11:54 AM <DIR> Demos
    8. 06/07/2012 11:52 AM <DIR> Desktop
    9. 06/07/2012 01:21 PM 0 dir.txt
    10. 06/07/2012 11:54 AM <DIR> Documentation
    11. 06/07/2012 12:02 PM <DIR> Examples
    12. 06/07/2012 01:05 PM 82,608 InstallationLog.txt
    13. 06/07/2012 12:00 PM <DIR> Licenses
    14. 06/07/2012 12:03 PM <DIR> Madde
    15. 06/07/2012 11:14 AM <DIR> mingw
    16. 06/07/2012 12:03 PM 362 network.xml
    17. 06/07/2012 11:54 AM <DIR> pythongdb
    18. 06/07/2012 11:52 AM <DIR> QtCreator
    19. 06/07/2012 11:52 AM <DIR> readme
    20. 06/07/2012 12:03 PM 16,916,607 SDKMaintenanceTool.dat
    21. 06/07/2012 12:03 PM 15,204,384 SDKMaintenanceTool.exe
    22. 06/07/2012 12:03 PM 4,054 SDKMaintenanceTool.ini
    23. 06/07/2012 12:01 PM <DIR> Simulator
    24. 06/07/2012 11:54 AM <DIR> Symbian
    25. 06/07/2012 12:03 PM <DIR> temp
    26. 06/07/2012 11:54 AM <DIR> vcredist_x86
    27. 8 File(s) 32,264,894 bytes
    28. 16 Dir(s) 423,787,491,328 bytes free
    To copy to clipboard, switch view to plain text mode 

    Thank you,
    Chris L.
    Last edited by ChrisL1234; 7th June 2012 at 19:57. Reason: updated contents

  2. #2
    Join Date
    Jun 2012
    Posts
    12
    Qt products
    Qt4
    Platforms
    Windows

    Thumbs up Re: Qt Visual Studio Addon Installation (Browse to Qt Version)

    I think that the project (from my peer) that I’m trying to build is built with Qt library 4.8.1. And, this may be my only problem! Maybe Visual Studio is telling me that I have to have library 4.8.1. What do you think. Where can I get Qt library 4.8.1.
    Thank you,
    Chris L.

  3. #3
    Join Date
    Jun 2012
    Posts
    12
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Qt Visual Studio Addon Installation (Browse to Qt Version)

    I've re-installed every thing, so this thread is no longer active.
    Last edited by ChrisL1234; 8th June 2012 at 16:34. Reason: reformatted to look better

Similar Threads

  1. Replies: 1
    Last Post: 8th June 2012, 07:08
  2. Replies: 1
    Last Post: 26th March 2011, 11:32
  3. Visual Studio Plugin (1.1.6) crashes Visual Studio (2010)
    By mboeni in forum Installation and Deployment
    Replies: 0
    Last Post: 11th October 2010, 17:46
  4. Replies: 1
    Last Post: 30th July 2010, 14:41
  5. Current tutorial on qt-opensource installation for Visual Studio 2005 / 2008
    By ntessore in forum Installation and Deployment
    Replies: 1
    Last Post: 16th May 2008, 13:15

Tags for this Thread

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.