<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Problems with Visual Studio Add-In 1.2.0 and VS2010 in WIN64bit]]></title><description><![CDATA[<p dir="auto">I have build Qt 5.0.0 for Win64 successful. I installed Visual Studio Add-In 1.2.0 and selected the Qt version for the VS2010. Then I created a Qt application. I wanted to use precompiled headers. The first problem ist that I see a #include "QWidgets" which will not be found for include. I removed this statement. It is not needed. After that it compiles correct, but linking fails because all lib files used have a 5 added at the end but that lib names I do not find in the QBase/lib. So I removed the 5 from the end of the lib names in the lib definitions in the project properties and it compiled fine without problems. This relies to debug and release version. So this might be an error, I think.</p>
]]></description><link>https://forum.qt.io/topic/23763/problems-with-visual-studio-add-in-1-2-0-and-vs2010-in-win64bit</link><generator>RSS for Node</generator><lastBuildDate>Mon, 21 Sep 2026 17:10:31 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/23763.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 29 Jan 2013 14:36:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problems with Visual Studio Add-In 1.2.0 and VS2010 in WIN64bit on Wed, 30 Jan 2013 08:44:44 GMT]]></title><description><![CDATA[<p dir="auto">There is a second problem in the plugin. If you create an Qt5 app with precompiled headers you get<br />
#include “QWidgets” in the stdafx.h which is not possible to be compiled because QWidgets can not be included by the preprocessor. Can I but this to a bug report or how a bug is reported.</p>
]]></description><link>https://forum.qt.io/post/165205</link><guid isPermaLink="true">https://forum.qt.io/post/165205</guid><dc:creator><![CDATA[HarrySatt]]></dc:creator><pubDate>Wed, 30 Jan 2013 08:44:44 GMT</pubDate></item><item><title><![CDATA[Reply to Problems with Visual Studio Add-In 1.2.0 and VS2010 in WIN64bit on Tue, 29 Jan 2013 16:13:43 GMT]]></title><description><![CDATA[<p dir="auto">This is a known issue and has been resolved in the next release "Bug":<a href="https://bugreports.qt-project.org/browse/QTVSADDINBUG-142" target="_blank" rel="noopener noreferrer nofollow ugc">https://bugreports.qt-project.org/browse/QTVSADDINBUG-142</a></p>
]]></description><link>https://forum.qt.io/post/165096</link><guid isPermaLink="true">https://forum.qt.io/post/165096</guid><dc:creator><![CDATA[steno]]></dc:creator><pubDate>Tue, 29 Jan 2013 16:13:43 GMT</pubDate></item></channel></rss>