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 2010 integration bugs
Qt 6.11 is out! See what's new in the release blog

Visual Studio 2010 integration bugs

Scheduled Pinned Locked Moved Qt Creator and other tools
2 Posts 2 Posters 3.0k Views 1 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.
  • T Offline
    T Offline
    thesourcehim
    wrote on last edited by
    #1

    I have found at least two major bugs in Qt VS integration (I use VC2010):

    1. When generated from .pro file, .vcxproj contains paths to moc.exe like _(QTDIR) instead of $(QTDIR), therefore VC can't find moc.exe
    2. The generated .vcxproj contains QtVersion only for one architecture (the last used). So if project was generated with x64, I can not build it for Win32 until I change QtVersion_x0020_x64 to QtVersion_x0020_Win32 in .vcxproj file using text editor (VC or integration does not recognize both those properties present at the same time, so I have to change property name each time I change architecture).

    These 2 bugs impede work seriously.

    1 Reply Last reply
    0
    • G Offline
      G Offline
      giesbert
      wrote on last edited by
      #2

      I don't see a question in your post. This is a community forum, where people try to help other people. If yiz just want to report a bug, please file a bug report in "JIRA":http://bugreports.qt.nokia.com/secure/Dashboard.jspa .

      Nokia Certified Qt Specialist.
      Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

      1 Reply Last reply
      0

      • Login

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