I am using the Visual C++ 2010 compiler. How can Qt be compiled in Visual C++?
The current version of Qt (4.6) doesn't support Visual Studio 2010:
http://doc.qt.nokia.com/4.6/supported-platforms.html
However as you can see on that link, Qt 4.7 does plan to support it.
Can you use Visual Studio 2008 instead? I have been using it with the Qt plugin. You might need the full version of VS 2008 though - I don't think you can install the Qt plugin in the Express version.
If the full version of Visual Studio 2008 isn't an option, you might be better off using Eclipse with Qt integration, or QtCreator (available from the Qt website.) If you are planning on compiling your Qt project on other platforms, one of these would probably be a better choice in any case, since the Visual Studio project format doesn't translate to other platforms (to my knowledge.)
if you want, I can send you a detailed description of the installation and compile procedure with Visual Studio 2008
Related
I'm trying to setup qtcreator using Microsoft Enterprise WDK.
I want to build MSVC and UWP apps, but I do not want to install MS VisualStudio.
Does anyone know howto setup debugger cdb, c and c++ compiler, ... for qtcreator. Since MS EWDK is unzipped in a folder like C:\Dev qtcreator cannot auto-detect it.
I also flipped through the QT documentation, but it is confusing me.
I still have no solution to integrate EWDK into qtcreator.
But there is an alternative to install a "minimum" Microsoft environment for qtcreator:
Install the Visual Studio Build-Tools, which is new as of 2017 and only select the build-tools for C++
Install only the debugger from Windows SDK
I am using visual studio 2015 but of late the IDE has been freezing on opening projects. Is there a way to uninstall installed plugins or any solution whatsoever.
Here are the Visual Studio's 2015 requirements (in case your computer can not handle the IDE) and here is the way to remove Visual Studio Tools and extensions.
Im having problems linking Winmm.lib to Qt creator, when I try to link it the library file dialog box turns red and next button is disabled.
Im using Microsoft SDKs Winmm.lib that comes with Microsoft Visual Studio 2010, qtcreator5 and mingw.
Help please.
When linking against libraries from the Microsoft Windows SDK, you need to be sure to use the Visual C++ 2010 or Visual C++ 2012 compiler and not the MinGW compiler. Visual C++ and MinGW create different and incompatible binaries and can't be linked interchangeably. If there is a library you want to use with MinGW, make sure to build it from source against MinGW. The same goes for Visual C++ 2010 and Visual C++ 2012.
How to install qt add-in (for Qt 4x) for Visual Studio 2012?
Installator told that there are no supported version on Visual studio is installed.
UPDATE:
Exact msvs 2012, exact Qt Addin 1.1.xxx (not 1.2.xxx)
This answer indicates that it is possible with Qt VS Add-in 1.2.2, though there are some limitations to its support of Qt 4.x. As far as full-blown support for Qt 4.x in VS 2012, I'm afraid that it may not be possible.
If you really need this support, I'd suggest requesting it via the Qt Project forums or their JIRA bug tracking system.
Greetings everyone!
Question: does any one have a success with combining Microsoft Visual Studio 2010 with Qt Visual Studio Add-in?
I have tried to use MSVS2010 with Qt VS Add-in 1.1.5, but no luck.
PS: no never mind what exactly arch or OS, I used Win7 x32...
Thanks!
I think you have to wait till Qt 4.7...
Because this one says so..