Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt in Visual Studio 2013
Forum Update on Monday, May 27th 2025

Qt in Visual Studio 2013

Scheduled Pinned Locked Moved Installation and Deployment
31 Posts 18 Posters 81.7k Views
  • 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.
  • N Offline
    N Offline
    nick_galko
    wrote on last edited by
    #13

    reupload plese

    1 Reply Last reply
    0
    • R Offline
      R Offline
      rajkosto
      wrote on last edited by
      #14

      Please reupload, I need this.
      I would also mirror it for you since you seem to be having constant difficulties.

      1 Reply Last reply
      0
      • K Offline
        K Offline
        kroman
        wrote on last edited by
        #15

        You don`t need installer to work with addin in Visual Studio 2013.
        Just do next steps:

        1. Copy contents of "C:\Program Files (x86)\Digia\Qt5VSAddin\11.0" folder to
          newly created "C:\Program Files (x86)\Digia\Qt5VSAddin\12.0".
        2. Run VS2013, goto menu Tools->Options->Environment->Addin Security,
          add "C:\Program Files (x86)\Digia\Qt5VSAddin\12.0" folder to the list.
        3. Restart VS2013.

        And voila, you have QtVSAddin working in VS 2013 :).

        1 Reply Last reply
        0
        • K Offline
          K Offline
          kroman
          wrote on last edited by
          #16

          [quote author="couragic" date="1388153030"]
          ...
          And voila, you have QtVSAddin working in VS 2013 :).[/quote]
          But Wizards, Q_OBJECT headers handling and other qt stuff doesnt work :(.

          1 Reply Last reply
          0
          • E Offline
            E Offline
            enry
            wrote on last edited by
            #17

            [quote author="couragic" date="1388153881"]
            But Wizards, Q_OBJECT headers handling and other qt stuff doesnt work :(.[/quote]

            In other words, that makes it useless.

            If I may make a suggestion to whoever maintains this plugin... I have some gripes I need to vent. But first, no, I cannot use Qt creator so please don't suggest it.

            a) The mechanism by which the plugin stores metadata on which files to MOC is black magic. Right now I can't figure out how the plugin "remembers" which files to moc. It makes it hard to make changes to this by hand. It requires manual, annoying steps in point d) below.

            b) Is it possible for us mere mortals to understand how the plugin goes from knowing which files to process, to actually constructing the command-line it seems to add to the custom build? More black magic by the plugin? It seems to either works in full, or fails and you're SOL with no ability to troubleshoot.

            c) The sources to the plugin are useless. Why? Because even though we can compile this abomination, from there, it isn't clear how to produce the final installer. And for anyone that knows anything about this plugin, the job done by the installer is just as important as the job done by the plugin. Case in point -- this thread, where merely adding the plugin to VS is useless.

            d) Too often I end up in broken situations, where I have to remove Q_OBJECT from all my files, or, remove all my files and re-add to the project. I have hundreds of files across many folders, so this process is manual and painful and while doing this I send curses to some unknown soul out there every time I need to do it (too often).

            Ok I'm done, thanks.

            1 Reply Last reply
            0
            • JKSHJ Offline
              JKSHJ Offline
              JKSH
              Moderators
              wrote on last edited by
              #18

              Hi enry,

              Have you tried wiping your build tree and re-running qmake? Qt "remembers" which files need re-moc-cing/rebuilding using Makefiles. qmake generates these Makefiles.

              If you want to reach the maintainer of the VS Add-In, try subscribing to and then posting the "Interest mailing list":http://lists.qt-project.org/mailman/listinfo/interest. That's where many Qt engineers are.

              Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

              1 Reply Last reply
              0
              • P Offline
                P Offline
                parsley72
                wrote on last edited by
                #19

                Unfortunately this website doesn't seem to exist right now:
                http://www.downforeveryoneorjustme.com/http://www.minioncoding.com
                Can anyone who downloaded the file post it somewhere more stable?

                I was wondering if the current installer is going to work for Visual Studio 2013, because I found this article that suggested that add-ins had been deprecated:
                http://msdn.microsoft.com/en-us/library/5abkeks7.aspx

                What I'm really interested to see is if the new VSPackage will install on Visual Studio 2013 Express...

                1 Reply Last reply
                0
                • A Offline
                  A Offline
                  AndyLviv
                  wrote on last edited by
                  #20

                  Hi all!
                  Here is "QTVS2013Addin.zip":https://mega.co.nz/#!nMRDWQzR!W2lCQ3-tuReacwEUbv0i2yB3acVqYAVbnd6xl21Ey7o installer originally created by StaticPhilly uploaded to mega file share.
                  Installed and seems worked well in VS2013 Ultimate.

                  1 Reply Last reply
                  0
                  • P Offline
                    P Offline
                    pnds
                    wrote on last edited by
                    #21

                    Thanks a lot! Works well!

                    1 Reply Last reply
                    0
                    • J Offline
                      J Offline
                      JSON42
                      wrote on last edited by
                      #22

                      Hi all,

                      I am new to Visual Studio an QT so I hope I am in the right place to ask this question. Here is the problem.

                      Like I said I am new to Visual Studio and so I am using the 2013 Professional version. What I need to do is get an old project that was built in VS2010 that uses QT to build in VS2013. I was able to get QT 5.2 to build using VS2013 and then used the QT VS 2013 Addin.exe that this forum has. However I still can not get the old project to build. I get an "IntelliSense: cannot open source file" error among similar errors at all QT references.

                      Any suggestions would be greatly appreciated.

                      Thanks

                      1 Reply Last reply
                      0
                      • K Offline
                        K Offline
                        kroman
                        wrote on last edited by
                        #23

                        [quote author="AndyLviv" date="1388764685"]Hi all!
                        Here is "QTVS2013Addin.zip":https://mega.co.nz/#!nMRDWQzR!W2lCQ3-tuReacwEUbv0i2yB3acVqYAVbnd6xl21Ey7o installer originally created by StaticPhilly uploaded to mega file share.
                        Installed and seems worked well in VS2013 Ultimate.[/quote]
                        Qt Projects templates and adding .h and .ui files to project works fine.
                        But no Qt class templates :( (menu Project->Add class).
                        Anyway it`s better than nothing. Thank you.

                        1 Reply Last reply
                        0
                        • E Offline
                          E Offline
                          Elijah.B
                          wrote on last edited by
                          #24

                          Unfortunately doesn't work for me. 'Qt' menu does not appear in VS menubar. :(

                          1 Reply Last reply
                          0
                          • I Offline
                            I Offline
                            ianuragit
                            wrote on last edited by
                            #25

                            For Qt5 add in link->

                            http://download.qt-project.org/official_releases/vsaddin/qt-vs-addin-1.2.3-opensource.exe

                            For Qt4 add in link->

                            http://download.qt-project.org/official_releases/vsaddin/qt-vs-addin-1.1.11-opensource.exe

                            1 Reply Last reply
                            0
                            • R Offline
                              R Offline
                              rpm61
                              wrote on last edited by
                              #26

                              Thank you so much! Is this the official add-in release for VS2013? The wiki still states support for up to 2012 only.

                              1 Reply Last reply
                              0
                              • JKSHJ Offline
                                JKSHJ Offline
                                JKSH
                                Moderators
                                wrote on last edited by
                                #27

                                [quote author="rpm61" date="1408571079"]Thank you so much! Is this the official add-in release for VS2013? The wiki still states support for up to 2012 only.[/quote]Yes, that's the official release, and yes version 1.2.3 supports VS2013. The wiki is unofficial.

                                Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                                1 Reply Last reply
                                0
                                • J Offline
                                  J Offline
                                  jogra
                                  wrote on last edited by
                                  #28

                                  I got the official QT VS2013 add-in 1.2.3.
                                  It installs fine but when i want to add my QT version and it just gives "Illegal characters in path" even if the path is just C:\qt...

                                  1 Reply Last reply
                                  0
                                  • T Offline
                                    T Offline
                                    TonyP
                                    wrote on last edited by
                                    #29

                                    Has anyone else seen the issue that jogra has. I too downloaded the QT5 Visual Studio Add-in 1.2.3 and when i tried to add my QT version I got the "illegal characters in path" notice. Any advice on this?

                                    1 Reply Last reply
                                    0
                                    • T Offline
                                      T Offline
                                      TonyP
                                      wrote on last edited by
                                      #30

                                      Has anyone else seen the issue that jogra has. I too downloaded the QT5 Visual Studio Add-in 1.2.3 and when i tried to add my QT version I got the "illegal characters in path" notice. Any advice on this?

                                      1 Reply Last reply
                                      0
                                      • T Offline
                                        T Offline
                                        TonyP
                                        wrote on last edited by
                                        #31

                                        Sorry for the double post, but as it turns out, that issue was solved by selecting the correct qt library (for VS2013 it was the msvc2013_64 folder inside of QT\5.3)

                                        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