<?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[Project builds fine with public binaries, fails with my own build of Qt. (5.2.1)]]></title><description><![CDATA[<p dir="auto">I'm trying to track down a crash in the EventLoop thread that occurs on termination, so I'm trying to build a debug version of Qt with source etc that I can debug and then fix (if necessary).</p>
<p dir="auto">I can build fine with the over the web installed version of Qt (this is on OSX) - but I get the following error when I build against the version of Qt that I built from the Src directory that came with 5.2.1</p>
<p dir="auto">Project ERROR: Unknown module(s) in QT: declarative quick qml multimedia</p>
<p dir="auto">Is there some other configure arguments I need to pass to get these modules included? Or an I not installing correctly? (sudo make install).</p>
]]></description><link>https://forum.qt.io/topic/41161/project-builds-fine-with-public-binaries-fails-with-my-own-build-of-qt-5-2-1</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 11:11:13 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/41161.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 08 May 2014 15:39:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Project builds fine with public binaries, fails with my own build of Qt. (5.2.1) on Thu, 08 May 2014 20:07:33 GMT]]></title><description><![CDATA[<p dir="auto">If you are using QtQuick 2, you do not need to include "declarative" module.</p>
<p dir="auto">To build Qt correctly, you need to download the tarball from Downloads page. You can't use the sources bundled with the prebuild installer, because they are not complete.</p>
]]></description><link>https://forum.qt.io/post/227802</link><guid isPermaLink="true">https://forum.qt.io/post/227802</guid><dc:creator><![CDATA[sierdzio]]></dc:creator><pubDate>Thu, 08 May 2014 20:07:33 GMT</pubDate></item></channel></rss>