<?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[Delayed library loading QT Linux]]></title><description><![CDATA[<p dir="auto">I have a qml application deployed in linux in the pro file I have these QT libraries</p>
<p dir="auto">QT += qml quick sql bluetooth dbus webengine<br />
I have few other third party libraries also</p>
<p dir="auto">LIBS += -L"$$PWD/Lib" -llib1<br />
LIBS += -L"$$PWD/Lib" -llib2<br />
I have came across delayed loading in windows</p>
<p dir="auto">win32 {<br />
QMAKE_LFLAGS_RELEASE+=/DELAYLOAD:dll1.dll<br />
}<br />
My plan is to see whether I can speed up application start up time as some of my QT libraries (sql bluetooth dbus webengine) are not needed at application start up.This also applies to my third party libraries also .</p>
<p dir="auto">Is it possible to achieve some thing like this in Linux.</p>
]]></description><link>https://forum.qt.io/topic/91151/delayed-library-loading-qt-linux</link><generator>RSS for Node</generator><lastBuildDate>Mon, 31 Aug 2026 10:12:15 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/91151.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 29 May 2018 11:05:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Delayed library loading QT Linux on Tue, 29 May 2018 11:59:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/prasanth">@<bdi>prasanth</bdi></a><br />
Not really a Linux thing to do, but if you really want:</p>
<p dir="auto"><a href="https://groups.google.com/forum/#!topic/comp.os.linux.development.apps/NvNjP7vHluE" target="_blank" rel="noopener noreferrer nofollow ugc">https://groups.google.com/forum/#!topic/comp.os.linux.development.apps/NvNjP7vHluE</a><br />
<a href="https://stackoverflow.com/questions/23403848/how-to-make-a-shared-library-delay-loaded-on-linux" target="_blank" rel="noopener noreferrer nofollow ugc">https://stackoverflow.com/questions/23403848/how-to-make-a-shared-library-delay-loaded-on-linux</a></p>
]]></description><link>https://forum.qt.io/post/460830</link><guid isPermaLink="true">https://forum.qt.io/post/460830</guid><dc:creator><![CDATA[JonB]]></dc:creator><pubDate>Tue, 29 May 2018 11:59:50 GMT</pubDate></item></channel></rss>