<?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[Running a Qt 4 project in Qt 5.2]]></title><description><![CDATA[<p dir="auto">Hello,<br />
I was trying to run a Qt 4 project  in my Qt 5 setup on windows and Creator is showing these errors:<br />
@<br />
:-1: warning: CONFIG+=uitools is deprecated. Use QT+=uitools instead.<br />
:-1: error: Unknown module(s) in QT: qaxcontainer phonon<br />
@</p>
<p dir="auto">Does this have smoething to do with the restructuring of modules in Qt 5? If so how do I get around this for my project to compile.<br />
Thank you for your time.<br />
Sam.</p>
]]></description><link>https://forum.qt.io/topic/37032/running-a-qt-4-project-in-qt-5-2</link><generator>RSS for Node</generator><lastBuildDate>Thu, 27 Aug 2026 18:46:23 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/37032.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 26 Jan 2014 11:29:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Running a Qt 4 project in Qt 5.2 on Sun, 26 Jan 2014 17:53:53 GMT]]></title><description><![CDATA[<h1>Replace <em>qaxcontainer</em> with <em>axcontainer</em> in your .pro file</h1>
<h1>There is no <em>phonon</em> module in Qt 5.2 :( You should rewrite your code to use <em>QtMultimedia</em> &amp; <em>QtMultimediaWidgets</em> modules.  Also, Phonon is still available as independent library.</h1>
]]></description><link>https://forum.qt.io/post/212293</link><guid isPermaLink="true">https://forum.qt.io/post/212293</guid><dc:creator><![CDATA[mtrch]]></dc:creator><pubDate>Sun, 26 Jan 2014 17:53:53 GMT</pubDate></item><item><title><![CDATA[Reply to Running a Qt 4 project in Qt 5.2 on Sun, 26 Jan 2014 13:28:45 GMT]]></title><description><![CDATA[<p dir="auto">Please see one of the numerous "porting guides":<a href="http://qt-project.org/doc/qt-5/portingguide.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://qt-project.org/doc/qt-5/portingguide.html</a>. Yes, you do need to do some changes in order for your project to compile against Qt 5, but those are usually very minor changes.</p>
]]></description><link>https://forum.qt.io/post/212266</link><guid isPermaLink="true">https://forum.qt.io/post/212266</guid><dc:creator><![CDATA[sierdzio]]></dc:creator><pubDate>Sun, 26 Jan 2014 13:28:45 GMT</pubDate></item></channel></rss>