<?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[Makefile unintentional line wrap]]></title><description><![CDATA[<p dir="auto">qmake generates these lines in Makefile:<br />
@DESTDIR       = ....\lib<br />
TARGET        = libQtCore.so.4.7.3@</p>
<p dir="auto">But it leads to that <em>$(DESTDIR)</em> actually equal to "....\lib<br />
TARGET        = libQtCore.so.4.7.3"<br />
and <em>$(TARGET)</em> is null.</p>
<p dir="auto">How handle this problem?</p>
]]></description><link>https://forum.qt.io/topic/47533/makefile-unintentional-line-wrap</link><generator>RSS for Node</generator><lastBuildDate>Tue, 22 Sep 2026 12:46:31 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/47533.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 29 Oct 2014 10:36:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Makefile unintentional line wrap on Wed, 29 Oct 2014 12:59:49 GMT]]></title><description><![CDATA[<p dir="auto">These .pro files are provided by Qt. I just add to mkspec file <em>"QMAKE_DIR_SEP  = \"</em>, because there was error.</p>
]]></description><link>https://forum.qt.io/post/249388</link><guid isPermaLink="true">https://forum.qt.io/post/249388</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Wed, 29 Oct 2014 12:59:49 GMT</pubDate></item><item><title><![CDATA[Reply to Makefile unintentional line wrap on Wed, 29 Oct 2014 12:45:13 GMT]]></title><description><![CDATA[<p dir="auto">I do not understand your answer, please rephrase.</p>
<p dir="auto">Cross compilation is a complicated business. Looks like Windows file paths are getting in your way. Since you want to compile to Linux ARM code, best use a Linux PC for cross-compilation.</p>
<p dir="auto">I also recommend using the newest Qt version available. Qt 4.7.3 is very old.</p>
]]></description><link>https://forum.qt.io/post/249386</link><guid isPermaLink="true">https://forum.qt.io/post/249386</guid><dc:creator><![CDATA[sierdzio]]></dc:creator><pubDate>Wed, 29 Oct 2014 12:45:13 GMT</pubDate></item><item><title><![CDATA[Reply to Makefile unintentional line wrap on Wed, 29 Oct 2014 12:40:20 GMT]]></title><description><![CDATA[<p dir="auto">I dont know. I just wanna cross-compile Qt 4.7.3 libs as it is on windows to arm linux with code sourcery arm-none-linux-gnueabi compiller.</p>
]]></description><link>https://forum.qt.io/post/249383</link><guid isPermaLink="true">https://forum.qt.io/post/249383</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Wed, 29 Oct 2014 12:40:20 GMT</pubDate></item><item><title><![CDATA[Reply to Makefile unintentional line wrap on Wed, 29 Oct 2014 11:19:15 GMT]]></title><description><![CDATA[<p dir="auto">How do you define DESTDIR in your .pro file?</p>
]]></description><link>https://forum.qt.io/post/249374</link><guid isPermaLink="true">https://forum.qt.io/post/249374</guid><dc:creator><![CDATA[sierdzio]]></dc:creator><pubDate>Wed, 29 Oct 2014 11:19:15 GMT</pubDate></item></channel></rss>