Results 1 to 2 of 2

Thread: Problem adding a " Default Qt/Win version " - Qt5.0.2 vs2012 add-in

  1. #1
    Join Date
    Jun 2013
    Posts
    2
    Qt products
    Qt4 Qt5
    Platforms
    Windows

    Default Problem adding a " Default Qt/Win version " - Qt5.0.2 vs2012 add-in

    After installing Qt5.0.2 with vs2012 add-in on Win7-64.

    Problem:
    There are no Qt versions showing up within the Qt Versions Tab in vs2012.


    So I attempt to Add a version:
    in vs2012 -> Qt5 pull down menu -> Qt Options -> Add button -> navigate to Qt\...\...\bin\qmake.exe

    But the Ok button grey's out and then the path text turns red with the message:
    " Qt\...\...\bin\qmake.exe could not be found. "

    Yet qmake.exe is there.

    I have searched the forum and was unable to find a solution this problem.
    Any recommendations???

    Side Note: Creator will compile a project just fine using msvc2012 C++. Just the vs2012 add-in has this problem.

  2. #2
    Join Date
    Jun 2013
    Posts
    2
    Qt products
    Qt4 Qt5
    Platforms
    Windows

    Default SOLVED --- Re: Problem adding a " Default Qt/Win version " - Qt5.0.2 vs2012 add-in

    /* *** Solved *** */
    Duh, the path must be the root... That is to say don't include the \bin at the end of the path.

    on my system that path needs to be set to:
    C:\Qt\Qt5.0.2\5.0.2\msvc2012_64

    The above path is the same path that is in the $(QTDIR) variable.

Similar Threads

  1. Replies: 11
    Last Post: 30th March 2015, 06:03
  2. Replies: 1
    Last Post: 28th November 2010, 17:16
  3. Replies: 21
    Last Post: 20th October 2010, 13:25
  4. Translation QFileDialog standart buttons ("Open"/"Save"/"Cancel")
    By victor.yacovlev in forum Qt Programming
    Replies: 4
    Last Post: 24th January 2008, 19:05
  5. QFile Problem~ "Unknow error" in "open(QIODevice::ReadWrite)"
    By fengtian.we in forum Qt Programming
    Replies: 3
    Last Post: 23rd May 2007, 15:58

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
  •  
Qt is a trademark of The Qt Company.