<?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[QT QScript module not working]]></title><description><![CDATA[<p dir="auto">I'm having trouble trying to add the QScript module to a project I've created in QtCreator. I've added the script module to my .pro file:</p>
<pre><code>QT += script xml
</code></pre>
<p dir="auto">However, this gives me the error Project ERROR: Unknown module(s) in QT: script.</p>
<p dir="auto">Including any classes from this module is also causing a file not found error:</p>
<pre><code>#include &lt;QScriptEngine&gt;
</code></pre>
<p dir="auto">Also I checked the Maintenance tool but didn't find QTscript module in it<br />
<img src="https://i.postimg.cc/RC8dnLVz/no-Script-Module.png" alt="alt text" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.qt.io/topic/134541/qt-qscript-module-not-working</link><generator>RSS for Node</generator><lastBuildDate>Mon, 06 Apr 2026 13:23:10 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/134541.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 22 Feb 2022 09:55:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to QT QScript module not working on Tue, 22 Feb 2022 10:23:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jsulm">@<bdi>jsulm</bdi></a> Thank you! I found QJSEngine and it worked</p>
]]></description><link>https://forum.qt.io/post/703673</link><guid isPermaLink="true">https://forum.qt.io/post/703673</guid><dc:creator><![CDATA[Youssef3453]]></dc:creator><pubDate>Tue, 22 Feb 2022 10:23:27 GMT</pubDate></item><item><title><![CDATA[Reply to QT QScript module not working on Tue, 22 Feb 2022 10:00:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/youssef3453">@<bdi>Youssef3453</bdi></a> Take a look at <a href="https://doc.qt.io/qt-5/qtscript-index.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://doc.qt.io/qt-5/qtscript-index.html</a><br />
I don't think this module is available in Qt6, even in Qt5 it was only for compatibility with Qt4.</p>
]]></description><link>https://forum.qt.io/post/703666</link><guid isPermaLink="true">https://forum.qt.io/post/703666</guid><dc:creator><![CDATA[jsulm]]></dc:creator><pubDate>Tue, 22 Feb 2022 10:00:08 GMT</pubDate></item></channel></rss>