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 Updated to NodeBB v4.3 + New Features

Qt in Visual Studio 2013

Scheduled Pinned Locked Moved Installation and Deployment
31 Posts 18 Posters 81.8k 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.
  • S Offline
    S Offline
    StaticPhilly
    wrote on last edited by
    #3

    or you could do a manual install of the vs addon and see if it works with vs 2013 - little harder then said but do-able

    1 Reply Last reply
    0
    • D Offline
      D Offline
      DeepXX
      wrote on last edited by
      #4

      Thank you for answers.

      [quote author="StaticPhilly" date="1384298111"]or you could do a manual install of the vs addon and see if it works with vs 2013 - little harder then said but do-able [/quote]

      How I can do it?

      1 Reply Last reply
      0
      • S Offline
        S Offline
        StaticPhilly
        wrote on last edited by
        #5

        im working on it myself now,
        got it installed just need to change a couple of assembly versions
        ill give you a shout once i get it done

        [edit] got it working :) ill just upping the files now

        1 Reply Last reply
        0
        • S Offline
          S Offline
          StaticPhilly
          wrote on last edited by
          #6

          here you go :)

          this is an unoffical version, works a treat for me
          http://www.minioncoding.com/QTVS2013Addin.zip

          hope this helps
          Phil

          1 Reply Last reply
          0
          • D Offline
            D Offline
            DeepXX
            wrote on last edited by
            #7

            [quote author="StaticPhilly" date="1384621620"]here you go :)

            this is an unoffical version, works a treat for me
            http://www.minioncoding.com/QtforVS2013.zip

            if your on windows 64 bit then:
            @extract the zip, copy the Digia folder to c:\Program Files (x86)
            run the "qt vs 2013 reg keys 64bit" reg file@

            if your on a 32bit version of windows then
            @extract the zip, copy the Digia folder to c:\Program Files
            run the "qt vs 2013 reg keys 32bit" reg file@

            hope this helps
            Phil[/quote]

            Thank you very much

            1 Reply Last reply
            0
            • A Offline
              A Offline
              Apollo
              wrote on last edited by
              #8

              [quote author="StaticPhilly" date="1384621620"]here you go :)
              this is an unoffical version, works a treat for me
              http://www.minioncoding.com/QtforVS2013.zip
              [/quote]

              Hi Phil,

              I was just myself facing this problem as I was changing from VS2012 to VS2013, but sadly your link does not work as the connection times out.
              Is this a DynHost that is maybe not always available?

              Thanks,
              Apollo

              1 Reply Last reply
              0
              • S Offline
                S Offline
                StaticPhilly
                wrote on last edited by
                #9

                Hi Apollo,

                Im just on rebuilding the machine that I use as the web host, if you give me about 30 mins ill have it all back online again.

                1 Reply Last reply
                0
                • A Offline
                  A Offline
                  Apollo
                  wrote on last edited by
                  #10

                  Hi Phil,

                  thank you for your efforts but sadly I still cannot connect to the server. Can I help or I can host your package as well if you have problems with your server.

                  Thanks in advance,
                  Apollo

                  1 Reply Last reply
                  0
                  • S Offline
                    S Offline
                    StaticPhilly
                    wrote on last edited by
                    #11

                    Apollo, Sorry Iv had one of those days were iv not been able to sit for 5 mins without something coming up :)

                    what iv done is packed it into an installer, the reasons being are:
                    It now registers the dll so you can use the new project wizards without it causing an error
                    When the official version is released its easy to remove
                    No need to edit a reg file anymore

                    http://www.minioncoding.com/files/QTVS2013Addin.zip

                    and yes of course you can mirror if you wish :)

                    [Edit]
                    Just a positive note :)
                    Because I only use a static Qt libs, unlike the official version, I did not have to include the typical dll;s you normally do with a Qt application, so instead of a typical 40+meg install its now to 14meg - if only it was the days when space was such an issue xD

                    also the first zip I posted is still up so if you don't want an installer then you can use that, just remember to reg that dll

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

                      Does anyone have this installer ? I tried patching the 1.2.2 installer to work but of course it didn't...

                      1 Reply Last reply
                      0
                      • 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

                                          • Login

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