Results 1 to 2 of 2

Thread: Visual Studio Plugin Issues (4.7)

  1. #1
    Join Date
    Sep 2010
    Posts
    21
    Thanks
    2
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Visual Studio Plugin Issues (4.7)

    Hi all

    I just got into Qt (4.7) and would like to use it with my MSVC2010 environment. I read through the docs and post but dont seem to be able to get the plugin to work.

    Here is what I did:

    1. Recompile the whole thing:
    Qt Code:
    1. nmake distclean
    2. configure -platform win32-msvc2010 -debug-and-release -opensource
    3. nmake
    To copy to clipboard, switch view to plain text mode 
    (it compiles after fixing the moc issue )

    2. set QTDIR (in my case: "QTDIR = e:\Qt\2010.05\qt")

    3. set the PATH (in my case: "E:\Qt\2010.05\bin;E:\Qt\2010.05\qt\bin")

    4. Install the MSVC addin (1.1.6)

    I now have the following problem:

    When setting the path in Qt options (within Visual Studio) i get a "Qt in the given path was build using MinGW" which im extremely sure i didn't do (see above)
    Also, the QTDIR environment var seems to be ignored by the plugin.

    Anyone?

    Cheers,
    Michael
    Last edited by mboeni; 1st October 2010 at 09:00.

  2. #2
    Join Date
    Sep 2010
    Posts
    21
    Thanks
    2
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Re: Visual Studio Plugin Issues (4.7)

    If anyonel has the same problem:
    Download the library and NOT the full SDK. A bit more detail here: MSVC 2010 Add-In for Qt

Similar Threads

  1. Qt Designer Visual Studio Plugin: Qt Designer doesn’t work
    By worstnbro in forum Qt Tools
    Replies: 3
    Last Post: 4th April 2012, 13:36
  2. Cannot load Qt Plugin in Visual Studio!
    By Naami in forum Installation and Deployment
    Replies: 9
    Last Post: 26th October 2010, 11:09
  3. Replies: 0
    Last Post: 28th May 2010, 06:50
  4. Create plugin in Visual Studio
    By estel in forum Installation and Deployment
    Replies: 2
    Last Post: 9th March 2010, 23:40
  5. Replies: 5
    Last Post: 30th March 2007, 18:46

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.