<?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[Cannot open include file &#x27;QSerialPort&#x27;: no such file or directory]]></title><description><![CDATA[<p dir="auto">I recently switched from Qt 5.2.0 to Qt 5.3 and then reinstalled 5.2.0.</p>
<p dir="auto">Now I have a compilation error on #include &lt;QSerialPort&gt;:<br />
Cannot open include file 'QSerialPort': no such file or directory</p>
<p dir="auto">I only get it for Qt 5.2.0 environment. Building in 5.3.0 works.</p>
<p dir="auto">It doesn't complain if I write &lt;QtSerialPort/QSerialPort&gt; but I'm not sure what broke or changed.</p>
]]></description><link>https://forum.qt.io/topic/41890/cannot-open-include-file-qserialport-no-such-file-or-directory</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 02:33:48 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/41890.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 27 May 2014 13:37:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Cannot open include file &#x27;QSerialPort&#x27;: no such file or directory on Wed, 28 May 2014 19:30:15 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for that.</p>
<p dir="auto">Is there a way to build QtSerialPort without "installing" it? I really want it to just be built into a shadow build folder but I don't want it to touch any of the "shipped" Qt parts. Is there anything specific I should modify? And where?</p>
]]></description><link>https://forum.qt.io/post/230255</link><guid isPermaLink="true">https://forum.qt.io/post/230255</guid><dc:creator><![CDATA[frankiefrank]]></dc:creator><pubDate>Wed, 28 May 2014 19:30:15 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot open include file &#x27;QSerialPort&#x27;: no such file or directory on Tue, 27 May 2014 18:07:34 GMT]]></title><description><![CDATA[<p dir="auto">[quote]<br />
How do I get rid/uninstall the “external” QtSerialPort so that I’m left with only what comes shipped with 5.2.0/5.3.0?<br />
[/quote]</p>
<p dir="auto">You can do "make uninstall" for our custom QtSerialPort's. This you should to do from your "shadow" directory in which you was building of QtSerialPort. In case you delete this directory, then you should to do compilation again, and then do "make uninstall".</p>
<p dir="auto">Or you can manually to remove all *.dll, includes, and all mention of QtSerialPort from your Qt installation directory (by searching).</p>
<p dir="auto">Then you need to re-install QtSerialPort from Qt installer again.. Maybe.. :)</p>
]]></description><link>https://forum.qt.io/post/230059</link><guid isPermaLink="true">https://forum.qt.io/post/230059</guid><dc:creator><![CDATA[kuzulis]]></dc:creator><pubDate>Tue, 27 May 2014 18:07:34 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot open include file &#x27;QSerialPort&#x27;: no such file or directory on Tue, 27 May 2014 14:00:09 GMT]]></title><description><![CDATA[<p dir="auto">OK, Now I see that in the makefiles I have some references to the stable version of QtSerialPort that I had installed to check something.</p>
<p dir="auto">This appears as a part of the INCPATH generated by qmake.<br />
-I"C:\qtserialport-stable\include" -I"C:\qtserialport-stable\include\QtSerialPort" -I"C:\include" -I"C:\include\QtSerialPort"</p>
<p dir="auto">How do I get rid/uninstall the "external" QtSerialPort so that I'm left with only what comes shipped with 5.2.0/5.3.0?</p>
]]></description><link>https://forum.qt.io/post/230024</link><guid isPermaLink="true">https://forum.qt.io/post/230024</guid><dc:creator><![CDATA[frankiefrank]]></dc:creator><pubDate>Tue, 27 May 2014 14:00:09 GMT</pubDate></item></channel></rss>