<?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[Missing KCoreAddons and KWidgetsAddons developing in Kubuntu 24.04 LTS]]></title><description><![CDATA[<p dir="auto">Good morning to all,<br />
I develop under Kubuntu, as you can view in the attached image. I'm trying to compile an existing project, downloaded from GitHub. The .pro file contains that line:</p>
<p dir="auto">QT += xml svg network sql widgets printsupport concurrent KWidgetsAddons KCoreAddons</p>
<p dir="auto">When I try to compile, I receive the following message:</p>
<p dir="auto">09:29:33: Running steps for project qelectrotech...<br />
09:29:33: Starting: "/home/glafauci61/Qt/5.15.1/gcc_64/bin/qmake" /media/LinuxDati/Programmi-QT/QElectroTech/qelectrotech-source-mirror-master/qelectrotech.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug<br />
Project ERROR: Unknown module(s) in QT: KWidgetsAddons KCoreAddons<br />
09:29:33: The command "/home/glafauci61/Qt/5.15.1/gcc_64/bin/qmake /media/LinuxDati/Programmi-QT/QElectroTech/qelectrotech-source-mirror-master/qelectrotech.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug" terminated with exit code 3.<br />
09:29:33: Error while building/deploying project qelectrotech (kit: Desktop Qt 5.15.1 GCC 64bit)<br />
09:29:33: When executing step "qmake"<br />
09:29:33: Elapsed time: 00:00.</p>
<p dir="auto">I can't understand what's the problem: both KCoreAddons and KWidgetsAddons libraries are set in the system, under the directory /usr/lib/x86_64-linux-gnu.</p>
<p dir="auto">Anyone can help me?</p>
<hr />
<p dir="auto"><img src="https://ddgobkiprc33d.cloudfront.net/ce6a330a-deea-4ccd-a440-93bd156c53e7.png" alt="Screenshot_20260128_105920.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.qt.io/topic/164169/missing-kcoreaddons-and-kwidgetsaddons-developing-in-kubuntu-24.04-lts</link><generator>RSS for Node</generator><lastBuildDate>Sun, 26 Apr 2026 09:54:12 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/164169.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 28 Jan 2026 10:07:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Missing KCoreAddons and KWidgetsAddons developing in Kubuntu 24.04 LTS on Tue, 03 Feb 2026 08:49:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a>, thank you. I saw these packages, and I downloaded them.<br />
They were essentials to solve my problem.</p>
<p dir="auto">Pls, quote me, so I can post without limitations. Thank you.<br />
Bye.</p>
]]></description><link>https://forum.qt.io/post/835975</link><guid isPermaLink="true">https://forum.qt.io/post/835975</guid><dc:creator><![CDATA[gfa.lafauci]]></dc:creator><pubDate>Tue, 03 Feb 2026 08:49:42 GMT</pubDate></item><item><title><![CDATA[Reply to Missing KCoreAddons and KWidgetsAddons developing in Kubuntu 24.04 LTS on Tue, 03 Feb 2026 07:59:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gfa.lafauci">@<bdi>gfa.lafauci</bdi></a> a quick search on <a href="https://packages.debian.org" target="_blank" rel="noopener noreferrer nofollow ugc">https://packages.debian.org</a> returns:</p>
<ul>
<li>libkf5coreaddons-dev</li>
<li>libkf5widgetsaddons-dev</li>
</ul>
]]></description><link>https://forum.qt.io/post/835973</link><guid isPermaLink="true">https://forum.qt.io/post/835973</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Tue, 03 Feb 2026 07:59:53 GMT</pubDate></item><item><title><![CDATA[Reply to Missing KCoreAddons and KWidgetsAddons developing in Kubuntu 24.04 LTS on Tue, 03 Feb 2026 07:59:30 GMT]]></title><description><![CDATA[<p dir="auto">I resolved the problem modifying the following statement in .pro files:</p>
<pre><code>QT += xml svg network sql widgets printsupport concurrent #KWidgetsAddons KCoreAddons
</code></pre>
<p dir="auto">Next, I add one new section:</p>
<pre><code># using KCoreAddons and KWidgetsAddons
unix {
  INCLUDEPATH += /usr/include/KF5/KCoreAddons

  LIBS += /usr/lib/x86_64-linux-gnu/libKF5CoreAddons.so \
          /usr/lib/x86_64-linux-gnu/libKF5WidgetsAddons.so
}
</code></pre>
<p dir="auto">With these modifications, the project compiles and links correctly.</p>
]]></description><link>https://forum.qt.io/post/835972</link><guid isPermaLink="true">https://forum.qt.io/post/835972</guid><dc:creator><![CDATA[gfa.lafauci]]></dc:creator><pubDate>Tue, 03 Feb 2026 07:59:30 GMT</pubDate></item><item><title><![CDATA[Reply to Missing KCoreAddons and KWidgetsAddons developing in Kubuntu 24.04 LTS on Tue, 03 Feb 2026 06:37:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gfa.lafauci">@<bdi>gfa.lafauci</bdi></a> By using qmake provided by Qt installed from Kubuntu packages.</p>
]]></description><link>https://forum.qt.io/post/835971</link><guid isPermaLink="true">https://forum.qt.io/post/835971</guid><dc:creator><![CDATA[jsulm]]></dc:creator><pubDate>Tue, 03 Feb 2026 06:37:26 GMT</pubDate></item><item><title><![CDATA[Reply to Missing KCoreAddons and KWidgetsAddons developing in Kubuntu 24.04 LTS on Tue, 03 Feb 2026 06:27:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jsulm">@<bdi>jsulm</bdi></a>, how?</p>
]]></description><link>https://forum.qt.io/post/835970</link><guid isPermaLink="true">https://forum.qt.io/post/835970</guid><dc:creator><![CDATA[gfa.lafauci]]></dc:creator><pubDate>Tue, 03 Feb 2026 06:27:20 GMT</pubDate></item><item><title><![CDATA[Reply to Missing KCoreAddons and KWidgetsAddons developing in Kubuntu 24.04 LTS on Tue, 03 Feb 2026 06:16:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a>, I try to install KCoreAddons-dev and KWidgetsAddons-dev via apt, but I receive the message "the package is not available" (or similar). I searched for them on my system and both are stored in '/usr/lib/x86_64-linux-gnu' directory. I inserted that path in the .pro file, but never change. I know that both two packages are essential for Kubuntu, and I don't understand why QT6 can't reach them.</p>
]]></description><link>https://forum.qt.io/post/835969</link><guid isPermaLink="true">https://forum.qt.io/post/835969</guid><dc:creator><![CDATA[gfa.lafauci]]></dc:creator><pubDate>Tue, 03 Feb 2026 06:16:37 GMT</pubDate></item><item><title><![CDATA[Reply to Missing KCoreAddons and KWidgetsAddons developing in Kubuntu 24.04 LTS on Wed, 28 Jan 2026 22:12:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gfa.lafauci">@<bdi>gfa.lafauci</bdi></a> Hi and welcome to devnet,</p>
<p dir="auto">Did you also install the development packages for these two libraries ?</p>
]]></description><link>https://forum.qt.io/post/835809</link><guid isPermaLink="true">https://forum.qt.io/post/835809</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Wed, 28 Jan 2026 22:12:09 GMT</pubDate></item><item><title><![CDATA[Reply to Missing KCoreAddons and KWidgetsAddons developing in Kubuntu 24.04 LTS on Wed, 28 Jan 2026 13:07:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gfa.lafauci">@<bdi>gfa.lafauci</bdi></a> said in <a href="/post/835782">Missing KCoreAddons and KWidgetsAddons developing in Kubuntu 24.04 LTS</a>:</p>
<blockquote>
<p dir="auto">can't understand what's the problem</p>
</blockquote>
<p dir="auto">I guess the problem is that you're using Qt installed via Qt Online Installer. Try to use Qt provided by Kubuntu.</p>
]]></description><link>https://forum.qt.io/post/835795</link><guid isPermaLink="true">https://forum.qt.io/post/835795</guid><dc:creator><![CDATA[jsulm]]></dc:creator><pubDate>Wed, 28 Jan 2026 13:07:16 GMT</pubDate></item></channel></rss>