<?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[QtWidgets: No such file or directory]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I was using Qt 4.8, but failed to compile the affine example. Then I found the only solution seems to be using Qt 5.</p>
<p dir="auto">I downloaded Qt 5.1.0 for Windows 64-bit (VS 2012, 525 MB). I don't have VS2012, instead I have VS2010. But I have to download this, because my computer is 64 bit windows. So I configured the compiler under the "Tools". The VS2010 is automatically detected, and I rename it as MSVS10.</p>
<p dir="auto">Now I cannot see the "MSVS10" under "kit" behind the green arrow button.</p>
<p dir="auto">And when I run it with kit "Desktop", it says the QtWidgets: No such file or directory.</p>
<p dir="auto">Anyone could help?</p>
]]></description><link>https://forum.qt.io/topic/29656/qtwidgets-no-such-file-or-directory</link><generator>RSS for Node</generator><lastBuildDate>Sat, 02 May 2026 10:21:21 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/29656.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 19 Jul 2013 20:28:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to QtWidgets: No such file or directory on Sat, 20 Jul 2013 20:09:55 GMT]]></title><description><![CDATA[<p dir="auto">You're welcome ! Happy coding :)</p>
]]></description><link>https://forum.qt.io/post/187303</link><guid isPermaLink="true">https://forum.qt.io/post/187303</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sat, 20 Jul 2013 20:09:55 GMT</pubDate></item><item><title><![CDATA[Reply to QtWidgets: No such file or directory on Fri, 19 Jul 2013 22:27:33 GMT]]></title><description><![CDATA[<p dir="auto">Hi SGaist, all clear so far, thank you! :))</p>
]]></description><link>https://forum.qt.io/post/187229</link><guid isPermaLink="true">https://forum.qt.io/post/187229</guid><dc:creator><![CDATA[Finaren]]></dc:creator><pubDate>Fri, 19 Jul 2013 22:27:33 GMT</pubDate></item><item><title><![CDATA[Reply to QtWidgets: No such file or directory on Fri, 19 Jul 2013 22:14:35 GMT]]></title><description><![CDATA[<p dir="auto">To relieve you from the duty of building Qt yourself, which can be complex for the 5 series.</p>
<p dir="auto">64bit as much as possible, 32bit when building for system running a 32bit version of windows. Beware that there are some differences between 32bit and 64bit development, one being the RAM size accessible from the application.</p>
]]></description><link>https://forum.qt.io/post/187227</link><guid isPermaLink="true">https://forum.qt.io/post/187227</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Fri, 19 Jul 2013 22:14:35 GMT</pubDate></item><item><title><![CDATA[Reply to QtWidgets: No such file or directory on Fri, 19 Jul 2013 22:11:30 GMT]]></title><description><![CDATA[<p dir="auto">Hi SGaist, then what are the purpose for the 64 bit Qt 5.1.0 ? under which occasion should I use the 64 bit one and under which occasion should I use the 32 bit one?</p>
<p dir="auto">so many questions about it 'cause I m really interested in Qt :))</p>
<p dir="auto">Thank you.</p>
]]></description><link>https://forum.qt.io/post/187224</link><guid isPermaLink="true">https://forum.qt.io/post/187224</guid><dc:creator><![CDATA[Finaren]]></dc:creator><pubDate>Fri, 19 Jul 2013 22:11:30 GMT</pubDate></item><item><title><![CDATA[Reply to QtWidgets: No such file or directory on Fri, 19 Jul 2013 22:08:15 GMT]]></title><description><![CDATA[<p dir="auto">Because Windows 64 bit allows to also run 32bit application. They work but not undistinguished.</p>
<p dir="auto">Because not all Windows system around the world are 64bit, some legacy library are not 64bit, some legacy system can't be updated to 64bit</p>
]]></description><link>https://forum.qt.io/post/187225</link><guid isPermaLink="true">https://forum.qt.io/post/187225</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Fri, 19 Jul 2013 22:08:15 GMT</pubDate></item><item><title><![CDATA[Reply to QtWidgets: No such file or directory on Fri, 19 Jul 2013 22:03:10 GMT]]></title><description><![CDATA[<p dir="auto">Hi SGaist, based on the results that is the solution, at least to compile the examples. Thanks.</p>
<p dir="auto">Why the 64 bits and 32 bits Qt5.1.0 both work on my 64 bit Windows? if both work undistinguishedlly, why there are both available to download?</p>
]]></description><link>https://forum.qt.io/post/187222</link><guid isPermaLink="true">https://forum.qt.io/post/187222</guid><dc:creator><![CDATA[Finaren]]></dc:creator><pubDate>Fri, 19 Jul 2013 22:03:10 GMT</pubDate></item><item><title><![CDATA[Reply to QtWidgets: No such file or directory on Fri, 19 Jul 2013 21:57:01 GMT]]></title><description><![CDATA[<p dir="auto">The first thing is to get the Qt version that matches your compiler. If you don't have any, start with mingw otherwise, install Visual Studio then Qt. That will automate most thing for you (like the compiler selection)</p>
]]></description><link>https://forum.qt.io/post/187221</link><guid isPermaLink="true">https://forum.qt.io/post/187221</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Fri, 19 Jul 2013 21:57:01 GMT</pubDate></item><item><title><![CDATA[Reply to QtWidgets: No such file or directory on Fri, 19 Jul 2013 21:40:27 GMT]]></title><description><![CDATA[<p dir="auto">Hi SGaist, thank you the problem is solved.</p>
<p dir="auto">But I have some unclear questions:</p>
<p dir="auto">there is an official guide to show how to choose the compiler in the IDE, why it failed with affine example by saying QtWidgets is missing, I guess probably I didn't choose the compiler in a correct way?</p>
]]></description><link>https://forum.qt.io/post/187220</link><guid isPermaLink="true">https://forum.qt.io/post/187220</guid><dc:creator><![CDATA[Finaren]]></dc:creator><pubDate>Fri, 19 Jul 2013 21:40:27 GMT</pubDate></item><item><title><![CDATA[Reply to QtWidgets: No such file or directory on Fri, 19 Jul 2013 21:14:27 GMT]]></title><description><![CDATA[<p dir="auto">Like I said, you are mixing 2012 and 2010 =&gt; just asking for trouble. The compilers are not same. Remove your 2012 Qt and get the 2010, then make a kit with it.<br />
Don't play to much around, you are just going to end with a system unusable for development.</p>
]]></description><link>https://forum.qt.io/post/187215</link><guid isPermaLink="true">https://forum.qt.io/post/187215</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Fri, 19 Jul 2013 21:14:27 GMT</pubDate></item><item><title><![CDATA[Reply to QtWidgets: No such file or directory on Fri, 19 Jul 2013 21:09:30 GMT]]></title><description><![CDATA[<p dir="auto">Hi SGaist, thank you for the prompt help. I guess you mean to clean the project, and then build it? So I right click on the project, pressing "clean" and then pressing "build", still the same "QtWidgets: no such file or directory". And I also noticed that although I choose the VS2010 in "Tools options", but the compiler that I named does not show behind the "kit", i.e., the green arrow button. And I also changed Qt4.8 ev. QTDIR value to the new Qt5.1.0 directory.</p>
]]></description><link>https://forum.qt.io/post/187212</link><guid isPermaLink="true">https://forum.qt.io/post/187212</guid><dc:creator><![CDATA[Finaren]]></dc:creator><pubDate>Fri, 19 Jul 2013 21:09:30 GMT</pubDate></item><item><title><![CDATA[Reply to QtWidgets: No such file or directory on Fri, 19 Jul 2013 21:03:36 GMT]]></title><description><![CDATA[<p dir="auto">First thing, clean your Qt install and get the VS2010 build, then delete your project build directory and rebuild your project</p>
]]></description><link>https://forum.qt.io/post/187210</link><guid isPermaLink="true">https://forum.qt.io/post/187210</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Fri, 19 Jul 2013 21:03:36 GMT</pubDate></item><item><title><![CDATA[Reply to QtWidgets: No such file or directory on Fri, 19 Jul 2013 20:50:05 GMT]]></title><description><![CDATA[<p dir="auto">Hi SGaist, I have checked the pro file, that statement is there.</p>
]]></description><link>https://forum.qt.io/post/187208</link><guid isPermaLink="true">https://forum.qt.io/post/187208</guid><dc:creator><![CDATA[Finaren]]></dc:creator><pubDate>Fri, 19 Jul 2013 20:50:05 GMT</pubDate></item><item><title><![CDATA[Reply to QtWidgets: No such file or directory on Fri, 19 Jul 2013 20:39:49 GMT]]></title><description><![CDATA[<p dir="auto">Hi and welcome to devnet,</p>
<p dir="auto">Then use the VS2010 build (don't mix newer and older mscv version that's asking for trouble). There is absolutely no problem using a 32bit program in Windows 64bit (or building it)</p>
<p dir="auto">For Qt 5 widgets have been moved to their own module. Add</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/qt">@<bdi>QT</bdi></a> += widgets@</p>
<p dir="auto">To your pro file</p>
<p dir="auto">Hope it helps</p>
]]></description><link>https://forum.qt.io/post/187203</link><guid isPermaLink="true">https://forum.qt.io/post/187203</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Fri, 19 Jul 2013 20:39:49 GMT</pubDate></item></channel></rss>