Qt in Visual Studio 2013
-
wrote on 19 Nov 2013, 10:47 last edited by
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.
-
wrote on 19 Nov 2013, 15:01 last edited by
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 -
wrote on 19 Nov 2013, 19:16 last edited by
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 anymorehttp://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 xDalso 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
-
wrote on 17 Dec 2013, 16:59 last edited by
Does anyone have this installer ? I tried patching the 1.2.2 installer to work but of course it didn't...
-
wrote on 21 Dec 2013, 06:06 last edited by
reupload plese
-
wrote on 27 Dec 2013, 07:36 last edited by
Please reupload, I need this.
I would also mirror it for you since you seem to be having constant difficulties. -
wrote on 27 Dec 2013, 14:03 last edited by
You don`t need installer to work with addin in Visual Studio 2013.
Just do next steps:- Copy contents of "C:\Program Files (x86)\Digia\Qt5VSAddin\11.0" folder to
newly created "C:\Program Files (x86)\Digia\Qt5VSAddin\12.0". - Run VS2013, goto menu Tools->Options->Environment->Addin Security,
add "C:\Program Files (x86)\Digia\Qt5VSAddin\12.0" folder to the list. - Restart VS2013.
And voila, you have QtVSAddin working in VS 2013 :).
- Copy contents of "C:\Program Files (x86)\Digia\Qt5VSAddin\11.0" folder to
-
wrote on 27 Dec 2013, 14:18 last edited by
[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 :(. -
wrote on 27 Dec 2013, 16:37 last edited by
[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.
-
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.
-
wrote on 30 Dec 2013, 01:37 last edited by
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.aspxWhat I'm really interested to see is if the new VSPackage will install on Visual Studio 2013 Express...
-
wrote on 3 Jan 2014, 15:58 last edited by
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. -
wrote on 4 Jan 2014, 10:14 last edited by
Thanks a lot! Works well!
-
wrote on 8 Jan 2014, 20:14 last edited by
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
-
wrote on 20 Jan 2014, 11:16 last edited by
[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. -
wrote on 24 Apr 2014, 14:29 last edited by
Unfortunately doesn't work for me. 'Qt' menu does not appear in VS menubar. :(
-
wrote on 12 Aug 2014, 20:29 last edited by
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
-
wrote on 20 Aug 2014, 21:44 last edited by
Thank you so much! Is this the official add-in release for VS2013? The wiki still states support for up to 2012 only.
-
[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.
-
wrote on 2 Sept 2014, 20:59 last edited by
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...