<?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[Development build - binary locations]]></title><description><![CDATA[<p dir="auto">Hello all,</p>
<p dir="auto">I built qt5 following the Git instructions here: <a href="https://wiki.qt.io/Building_Qt_5_from_Git" target="_blank" rel="noopener noreferrer nofollow ugc">https://wiki.qt.io/Building_Qt_5_from_Git</a></p>
<p dir="auto">However, I don't see any of the compiled binaries.  configure and make both report no errors.  I'm trying to understand how to refer programs to this path when I can't actually find these files myself.  Can someone offer guidance?</p>
]]></description><link>https://forum.qt.io/topic/84241/development-build-binary-locations</link><generator>RSS for Node</generator><lastBuildDate>Mon, 21 Sep 2026 10:31:42 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/84241.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 16 Oct 2017 22:10:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Development build - binary locations on Tue, 17 Oct 2017 01:29:40 GMT]]></title><description><![CDATA[<p dir="auto">I appreciate that.   I was able to point my build script (for another program) to the &lt;QtDir&gt;/lib directory.  With the exception of another issue that emerged (for which I must make a new thread), everything behaved more-or-less as expected.</p>
]]></description><link>https://forum.qt.io/post/421266</link><guid isPermaLink="true">https://forum.qt.io/post/421266</guid><dc:creator><![CDATA[magnanimous]]></dc:creator><pubDate>Tue, 17 Oct 2017 01:29:40 GMT</pubDate></item><item><title><![CDATA[Reply to Development build - binary locations on Mon, 16 Oct 2017 22:38:23 GMT]]></title><description><![CDATA[<p dir="auto">You need a developer's build if you intend to modify Qt. Otherwise you need to provide <code>-prefix</code> to the <code>configure</code> script. Then <code>make</code> and ultimately <code>make install</code> will install it in the location you specified as prefix. The binaries are in <code>&lt;QtDir&gt;/lib</code> where <code>&lt;QtDir&gt;</code> is the installation directory.</p>
]]></description><link>https://forum.qt.io/post/421249</link><guid isPermaLink="true">https://forum.qt.io/post/421249</guid><dc:creator><![CDATA[kshegunov]]></dc:creator><pubDate>Mon, 16 Oct 2017 22:38:23 GMT</pubDate></item></channel></rss>