<?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[KDChart Library Linking Issue]]></title><description><![CDATA[<p dir="auto">I'm having linking issues to the KDChart library. I've followed the INSTALL.txt. I don't know what I'm doing wrong. I'm using KDChart-2.8.0 and Qt5 on Windows.</p>
<p dir="auto">win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../KDAB/KDChart-2.8.0/lib/release -lkdchart<br />
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../KDAB/KDChart-2.8.0/lib/debug -lkdchartd<br />
else:unix:!macx: LIBS += -L$$PWD/../KDAB/KDChart-2.8.0/lib/ -lkdchart</p>
<p dir="auto">INCLUDEPATH += <br />
$$PWD/../KDAB/KDChart-2.8.0/include <br />
$$PWD/../KDAB/KDChart-2.8.0/include/KDChart <br />
$$PWD/../KDAB/KDChart-2.8.0/include/KDGantt <br />
DEPENDPATH += $$PWD/../KDAB/KDChart-2.8.0/include</p>
<p dir="auto"><img src="https://ddgobkiprc33d.cloudfront.net/a0a79fdf-fa39-4a18-bcf4-0ea869f4e911.png" alt="2313507d-3c13-4b30-95c3-4691f9ee76c9-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="https://ddgobkiprc33d.cloudfront.net/3f59f7cc-91e1-4825-97e1-36bb74ff7992.png" alt="04ec31a9-8536-4739-955f-cce237c0e9c7-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.qt.io/topic/131410/kdchart-library-linking-issue</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 06:31:17 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/131410.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 25 Oct 2021 14:18:01 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to KDChart Library Linking Issue on Tue, 26 Oct 2021 20:27:13 GMT]]></title><description><![CDATA[<p dir="auto">I was missing a library and not only that, I was using a compiler nmake. Which I found out is used for Visual Studios. I should've been using mingw32-make, because I am using mingw. Thanks for your help. I'll mark as solved.</p>
]]></description><link>https://forum.qt.io/post/686886</link><guid isPermaLink="true">https://forum.qt.io/post/686886</guid><dc:creator><![CDATA[Phamy1289]]></dc:creator><pubDate>Tue, 26 Oct 2021 20:27:13 GMT</pubDate></item><item><title><![CDATA[Reply to KDChart Library Linking Issue on Tue, 26 Oct 2021 13:02:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/phamy1289">@<bdi>Phamy1289</bdi></a> On CentOS you probably already had the library which is now missing on Windows.<br />
See <a href="https://docs.kdab.com/kdchart/latest/namespace_k_d_gantt.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.kdab.com/kdchart/latest/namespace_k_d_gantt.html</a> - this is what linker cannot resolve because you do not link against the lib containing these symbols.</p>
]]></description><link>https://forum.qt.io/post/686841</link><guid isPermaLink="true">https://forum.qt.io/post/686841</guid><dc:creator><![CDATA[jsulm]]></dc:creator><pubDate>Tue, 26 Oct 2021 13:02:38 GMT</pubDate></item><item><title><![CDATA[Reply to KDChart Library Linking Issue on Tue, 26 Oct 2021 12:52:33 GMT]]></title><description><![CDATA[<p dir="auto">This is all of the library files it gave me, and I've manage to get it built on Centos 7:</p>
<p dir="auto"><img src="https://ddgobkiprc33d.cloudfront.net/423cb393-71ab-4e03-b76d-754ebdb3f60d.png" alt="949f1623-612f-480e-b439-a027bd8a2c32-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.qt.io/post/686840</link><guid isPermaLink="true">https://forum.qt.io/post/686840</guid><dc:creator><![CDATA[Phamy1289]]></dc:creator><pubDate>Tue, 26 Oct 2021 12:52:33 GMT</pubDate></item><item><title><![CDATA[Reply to KDChart Library Linking Issue on Tue, 26 Oct 2021 05:59:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/phamy1289">@<bdi>Phamy1289</bdi></a> It looks like another lib is missing - the one containing KDGantt (I guess KDChart depends on it).</p>
]]></description><link>https://forum.qt.io/post/686710</link><guid isPermaLink="true">https://forum.qt.io/post/686710</guid><dc:creator><![CDATA[jsulm]]></dc:creator><pubDate>Tue, 26 Oct 2021 05:59:48 GMT</pubDate></item><item><title><![CDATA[Reply to KDChart Library Linking Issue on Mon, 25 Oct 2021 21:35:27 GMT]]></title><description><![CDATA[<p dir="auto">I checked and the library was compiling with a 32 bit compiler while QtCreator was using a 64 bit compiler. I fixed it and now I'm getting another error that I've not seen before.</p>
<p dir="auto"><img src="https://ddgobkiprc33d.cloudfront.net/18e45e70-a89e-4956-821f-b46b5a4276b0.png" alt="e42524b2-780c-46bf-9f51-1cbd4123e6ba-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.qt.io/post/686683</link><guid isPermaLink="true">https://forum.qt.io/post/686683</guid><dc:creator><![CDATA[Phamy1289]]></dc:creator><pubDate>Mon, 25 Oct 2021 21:35:27 GMT</pubDate></item><item><title><![CDATA[Reply to KDChart Library Linking Issue on Mon, 25 Oct 2021 18:59:35 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Did you use the same compiler for KDChart as you are using for Qt ?<br />
Are you sure the architecture is correct ?</p>
]]></description><link>https://forum.qt.io/post/686648</link><guid isPermaLink="true">https://forum.qt.io/post/686648</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Mon, 25 Oct 2021 18:59:35 GMT</pubDate></item><item><title><![CDATA[Reply to KDChart Library Linking Issue on Mon, 25 Oct 2021 15:25:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mrjj">@<bdi>mrjj</bdi></a> I'm using mingw as the compiler. However, I think Qt compiler is 64bit and I'm running mingw32-make to compile the library in the terminal.</p>
]]></description><link>https://forum.qt.io/post/686602</link><guid isPermaLink="true">https://forum.qt.io/post/686602</guid><dc:creator><![CDATA[Phamy1289]]></dc:creator><pubDate>Mon, 25 Oct 2021 15:25:16 GMT</pubDate></item><item><title><![CDATA[Reply to KDChart Library Linking Issue on Mon, 25 Oct 2021 14:51:15 GMT]]></title><description><![CDATA[<p dir="auto">Hi<br />
What compiler  are you using ?<br />
Are you matching 32 vs 64 bit etc ?</p>
<p dir="auto">Did you compile that DLL yourself ?</p>
]]></description><link>https://forum.qt.io/post/686596</link><guid isPermaLink="true">https://forum.qt.io/post/686596</guid><dc:creator><![CDATA[mrjj]]></dc:creator><pubDate>Mon, 25 Oct 2021 14:51:15 GMT</pubDate></item></channel></rss>