Results 1 to 2 of 2

Thread: Can not set Qt version in VS 2013 Add-In for all platforms

  1. #1
    Join Date
    Feb 2013
    Posts
    4
    Thanks
    2
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Can not set Qt version in VS 2013 Add-In for all platforms

    Hello,

    I am trying to build my Qt application as 32 and 64 bit binaries in VS2013 using Qt 5.2.1 and the VS AddIn 1.2.3 (Alpha). To do so I extracted and build the Qt source twice, so it is residing in two different paths (Each containing a debug and a release build):
    C:\SDK\Qt\5.2.1_Win32_VS2013
    C:\SDK\Qt\5.2.1_x64_VS2013
    Next I added these paths to the options dialog (named msvc2013_32 and msvc2013_64) of the Qt5 VS Add-In and set up both target platforms of my solution. Setting the Qt version of the 32 bit platform configuration and building it worked fine.
    When I next tried to do the same for 64 bit the following happens: I first select the 64 bit platform configuration, then open the Qt Project Settings dialog and select the 64 bit version. When I press the OK-button the solution not only switches back to the 32 bit configuration, it also uses the changes I intended for 64 bit for the 32 bit configuration and leaves the setting for the Qt version in the 64 bit configuration blank. The add-in shows the same behaviour if I select the 32 bit Qt version for my 64 bit VS configuration.

    I already tried to figure out the problem from the Add-Ins source, but guess I would have to dig much deeper in it to solve this. So all hints and ideas are welcome.

    Thanks in advance for any support.

  2. #2
    Join Date
    Feb 2013
    Posts
    4
    Thanks
    2
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Re: Can not set Qt version in VS 2013 Add-In for all platforms

    Finally I managed to solve this issue. I guess it was a bug in the VS AddIn. After I build my own binary with the latest source (git://gitorious.org/qt-labs/vstools), rather than using the pre-built AddIn, I now the versions can be switched as they should.

Similar Threads

  1. Replies: 0
    Last Post: 15th January 2014, 10:32
  2. Meeting C++ 2013 - Call for Papers
    By phlox81 in forum General Discussion
    Replies: 0
    Last Post: 13th March 2013, 09:54
  3. Replies: 5
    Last Post: 5th October 2008, 05:12
  4. What platforms are you using Qt on?
    By gfunk in forum Qt Programming
    Replies: 7
    Last Post: 8th February 2007, 15:47

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.