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 82.4k 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.
  • 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