Results 1 to 3 of 3

Thread: Visual Assist X [1649] & QT 4.4.3

  1. #1
    Join Date
    Nov 2008
    Posts
    3
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Visual Assist X [1649] & QT 4.4.3

    Hi all

    I am having problems enabling Visual Assist to work with QT 4.4.3
    I tried adding the headers and src to VA custom directories, in all possible combination
    It does not work, can any one tell me in detail, how to add these directories to VA.
    I am using commercial version of QT.

    Thanks
    sachin

  2. #2
    Join Date
    Nov 2008
    Posts
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Visual Assist X [1649] & QT 4.4.3

    I'm using VA with Qt 4.4.1 open source version. If the directory structure hasn't changed between 4.4.1 and 4.4.3, here's what to do.

    In VS, Tools|Options|Projects and Solution|VC++ Directories make these additions to the Win32 Platform Include files:
    $(QTDIR)\include
    $(QTDIR)\src
    $(QTDIR)\include\Qt
    $(QTDIR)\include\QtCore
    $(QTDIR)\include\QtGui
    $(QTDIR)\include\QtXml
    etc

    In VA Options, change platform from Custom back to Win32.

    Close any open solutions.
    Open a solution that uses Qt and VA should begin parsing Qt headers.

  3. #3
    Join Date
    Nov 2008
    Posts
    3
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Visual Assist X [1649] & QT 4.4.3

    Hey thanks Sean, It works this way !!!

Similar Threads

  1. Qt 4.4.1 Compile Error with MS Visual C++ 2008 Express SP1
    By BrainB0ne in forum Installation and Deployment
    Replies: 3
    Last Post: 19th August 2008, 15:49
  2. qtgui4.dll error in visual c++ 2005
    By Comptrol in forum Installation and Deployment
    Replies: 33
    Last Post: 19th June 2008, 07:18
  3. Qt configure with msvc.net
    By jivanr in forum Installation and Deployment
    Replies: 1
    Last Post: 11th June 2007, 08:17
  4. Qt Cryptographic Architecture
    By vermarajeev in forum Qt Programming
    Replies: 6
    Last Post: 9th February 2007, 13:15
  5. problem with linking
    By mickey in forum Qt Programming
    Replies: 49
    Last Post: 12th August 2006, 21:41

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.