Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Visual Studio Add-in only supports one architecture per Qt version?
Forum Updated to NodeBB v4.3 + New Features

Visual Studio Add-in only supports one architecture per Qt version?

Scheduled Pinned Locked Moved Qt Creator and other tools
visual studio a
2 Posts 2 Posters 696 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    Hlavac
    wrote on 17 Jun 2015, 13:46 last edited by
    #1

    I'm having trouble understanding the logic behind the VS addin Qt version selection.

    "Qt Options" seems to be mixing together two concepts: Qt version (i.e. "5.4") and platform (e.g. "msvc2013_64_opengl").
    The Qt version selection mechanism seems to be designed for the "version" logic, while paths for libraries and dlls seem to be expecting the "architecture" one.

    As a result to make it compile you have to select the inside of the platform subfolder as "Qt version".
    This makes it impossible to build both x64 and win32 versions of the project, because you need different paths for x64 and win32.
    The best I could do to compile both arch is define two Qt versions - one for 32bit and one for 64bit. But I have to switch the version manually when I want to build the other arch.

    Am I missinig something?
    Can I override the LIB and PATH in the project settings of the architectures? I couldn't find how the addin injects the Qt directories globally...

    Is there someone (bug tracker, maintainer) for the addin I could complain to? ;)

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 17 Jun 2015, 23:34 last edited by
      #2

      Hi and welcome to devnet,

      I can't comment on how the add-in works, it's been years (more than a decade) since I've used it, however here are some useful info:

      You can find the sources of the Qt VS AddIn here and the bug report system is here

      The interest mailing list is where you can find the Qt developers/maintainers.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      1/2

      17 Jun 2015, 13:46

      • Login

      • Login or register to search.
      1 out of 2
      • First post
        1/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved