<?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[Q_INT32 no such file or directory]]></title><description><![CDATA[<p dir="auto">Hello QT community,</p>
<p dir="auto">I have this line of code that makes error on build:</p>
<p dir="auto">#include &lt;Q_INT32&gt;</p>
<p dir="auto">error is: Q_INT32 no such file or directory</p>
<p dir="auto">What do I need to do?</p>
]]></description><link>https://forum.qt.io/topic/30224/q_int32-no-such-file-or-directory</link><generator>RSS for Node</generator><lastBuildDate>Mon, 04 May 2026 22:44:40 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/30224.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 02 Aug 2013 09:20:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Q_INT32 no such file or directory on Fri, 02 Aug 2013 09:55:01 GMT]]></title><description><![CDATA[<p dir="auto">Thank you Andre. I will go on with lesson.</p>
]]></description><link>https://forum.qt.io/post/189144</link><guid isPermaLink="true">https://forum.qt.io/post/189144</guid><dc:creator><![CDATA[Ever]]></dc:creator><pubDate>Fri, 02 Aug 2013 09:55:01 GMT</pubDate></item><item><title><![CDATA[Reply to Q_INT32 no such file or directory on Fri, 02 Aug 2013 09:51:56 GMT]]></title><description><![CDATA[<p dir="auto">Q_INT32 is a macro, not a file you can include. It is a leftover from Qt 3. For Qt 4 and up, it is recommended to use qint32 instead.</p>
<p dir="auto">And no, your include does not solve anything. It just makes your compile have an error before the one you're seeing if you do use qint32 instead.</p>
]]></description><link>https://forum.qt.io/post/189140</link><guid isPermaLink="true">https://forum.qt.io/post/189140</guid><dc:creator><![CDATA[andre]]></dc:creator><pubDate>Fri, 02 Aug 2013 09:51:56 GMT</pubDate></item><item><title><![CDATA[Reply to Q_INT32 no such file or directory on Fri, 02 Aug 2013 09:42:55 GMT]]></title><description><![CDATA[<p dir="auto">My mentor made code and I'm studing it now.</p>
<p dir="auto">After modifying code and adding #include &lt;QtGloabal&gt; I get this error:</p>
<p dir="auto">QTextCodec::setCodecForCStrings(QTextCodec::codecForName("Windows-1250"));<br />
QString strfile = QString::fromAscii(fileba);</p>
<p dir="auto">I think that #include &lt;Q_INT32&gt; solves this error.</p>
]]></description><link>https://forum.qt.io/post/189136</link><guid isPermaLink="true">https://forum.qt.io/post/189136</guid><dc:creator><![CDATA[Ever]]></dc:creator><pubDate>Fri, 02 Aug 2013 09:42:55 GMT</pubDate></item><item><title><![CDATA[Reply to Q_INT32 no such file or directory on Fri, 02 Aug 2013 09:24:22 GMT]]></title><description><![CDATA[<p dir="auto">Why do you assume you need to #include this?</p>
<p dir="auto">Just #include &lt;QtGlobal&gt; and use qint32. QtGlobal is included automatically by any other Qt include I think, but you can also include it explicitly.</p>
]]></description><link>https://forum.qt.io/post/189135</link><guid isPermaLink="true">https://forum.qt.io/post/189135</guid><dc:creator><![CDATA[andre]]></dc:creator><pubDate>Fri, 02 Aug 2013 09:24:22 GMT</pubDate></item></channel></rss>