<?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[why not make kdsingleapplication required in cmake?]]></title><description><![CDATA[<p dir="auto">Just wondering why not make it a requirement in cmake if it will be built anyway<br />
<a href="https://github.com/strawberrymusicplayer/strawberry/blob/05381096aa47b04117254f09d5954c0b2ab801ff/CMakeLists.txt#L312" rel="nofollow ugc">https://github.com/strawberrymusicplayer/strawberry/blob/05381096aa47b04117254f09d5954c0b2ab801ff/CMakeLists.txt#L312</a></p>
]]></description><link>https://forum.strawberrymusicplayer.org/topic/1441/why-not-make-kdsingleapplication-required-in-cmake</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Jul 2026 07:51:58 GMT</lastBuildDate><atom:link href="https://forum.strawberrymusicplayer.org/topic/1441.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 23 Feb 2024 15:34:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to why not make kdsingleapplication required in cmake? on Tue, 12 Mar 2024 10:19:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://forum.strawberrymusicplayer.org/uid/1">@jonas</a> Ah submodules - thanks for the pointer! cmake now works.</p>
]]></description><link>https://forum.strawberrymusicplayer.org/post/3427</link><guid isPermaLink="true">https://forum.strawberrymusicplayer.org/post/3427</guid><dc:creator><![CDATA[rajm]]></dc:creator><pubDate>Tue, 12 Mar 2024 10:19:03 GMT</pubDate></item><item><title><![CDATA[Reply to why not make kdsingleapplication required in cmake? on Mon, 11 Mar 2024 23:27:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://forum.strawberrymusicplayer.org/uid/1293">@rajm</a> said in <a href="/post/3421">why not make kdsingleapplication required in cmake?</a>:</p>
<blockquote>
<p dir="auto">3rdparty/kdsingleapplication</p>
</blockquote>
<p dir="auto">This suggests that <code>3rdparty/kdsingleapplication</code> is missing. Is the sources from git? In that case you need to clone the repository with submodules using: <code>git clone --recursive</code> or use <code>git submodule update --init --recursive</code> if it is already cloned.</p>
]]></description><link>https://forum.strawberrymusicplayer.org/post/3425</link><guid isPermaLink="true">https://forum.strawberrymusicplayer.org/post/3425</guid><dc:creator><![CDATA[jonas]]></dc:creator><pubDate>Mon, 11 Mar 2024 23:27:29 GMT</pubDate></item><item><title><![CDATA[Reply to why not make kdsingleapplication required in cmake? on Mon, 11 Mar 2024 12:51:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://forum.strawberrymusicplayer.org/uid/1">@jonas</a> I'm getting (after deleting CMakeCache.txt)</p>
<pre><code>  By not providing "FindKDSingleApplication-qt6.cmake" in CMAKE_MODULE_PATH
  this project has asked CMake to find a package configuration file provided
  by "KDSingleApplication-qt6", but CMake did not find one.

  Could not find a package configuration file provided by
  "KDSingleApplication-qt6" (requested version 1.1.0) with any of the
  following names:

    KDSingleApplication-qt6Config.cmake
    kdsingleapplication-qt6-config.cmake

  Add the installation prefix of "KDSingleApplication-qt6" to
  CMAKE_PREFIX_PATH or set "KDSingleApplication-qt6_DIR" to a directory
  containing one of the above files.  If "KDSingleApplication-qt6" provides a
  separate development package or SDK, be sure it has been installed.
</code></pre>
<p dir="auto">and then</p>
<pre><code>CMake Error at 3rdparty/kdsingleapplication/CMakeLists.txt:5 (add_library):
  Cannot find source file:

    KDSingleApplication/src/kdsingleapplication.cpp

code_text
</code></pre>
<p dir="auto">Using -DBUILD_WITH_QT6=ON</p>
]]></description><link>https://forum.strawberrymusicplayer.org/post/3421</link><guid isPermaLink="true">https://forum.strawberrymusicplayer.org/post/3421</guid><dc:creator><![CDATA[rajm]]></dc:creator><pubDate>Mon, 11 Mar 2024 12:51:50 GMT</pubDate></item><item><title><![CDATA[Reply to why not make kdsingleapplication required in cmake? on Sun, 10 Mar 2024 22:12:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://forum.strawberrymusicplayer.org/uid/1293">@rajm</a> said in <a href="/post/3412">why not make kdsingleapplication required in cmake?</a>:</p>
<blockquote>
<p dir="auto">KDSingleApplication</p>
</blockquote>
<p dir="auto">It's available in the upcoming Ubuntu Noble: <a href="https://packages.ubuntu.com/search?keywords=kdsingleapplication&amp;searchon=names&amp;suite=all&amp;section=all" rel="nofollow ugc">https://packages.ubuntu.com/search?keywords=kdsingleapplication&amp;searchon=names&amp;suite=all&amp;section=all</a> (but too old anyway).</p>
<p dir="auto">But CMake should not fail, it should fallback to using 3rdparty/kdsingleapplication.</p>
]]></description><link>https://forum.strawberrymusicplayer.org/post/3416</link><guid isPermaLink="true">https://forum.strawberrymusicplayer.org/post/3416</guid><dc:creator><![CDATA[jonas]]></dc:creator><pubDate>Sun, 10 Mar 2024 22:12:07 GMT</pubDate></item><item><title><![CDATA[Reply to why not make kdsingleapplication required in cmake? on Sun, 10 Mar 2024 15:47:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://forum.strawberrymusicplayer.org/uid/1">@jonas</a> I'm trying to build strawberry and getting a failure on finding KDSingleApplication-qt6Config.cmake so far I'm not finding the right package on Kubuntu 23.10 what dev package am I missing?</p>
]]></description><link>https://forum.strawberrymusicplayer.org/post/3412</link><guid isPermaLink="true">https://forum.strawberrymusicplayer.org/post/3412</guid><dc:creator><![CDATA[rajm]]></dc:creator><pubDate>Sun, 10 Mar 2024 15:47:39 GMT</pubDate></item><item><title><![CDATA[Reply to why not make kdsingleapplication required in cmake? on Sat, 24 Feb 2024 00:30:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://forum.strawberrymusicplayer.org/uid/1">@jonas</a><br />
ok<br />
Thanks for you're explanation and your work</p>
]]></description><link>https://forum.strawberrymusicplayer.org/post/3334</link><guid isPermaLink="true">https://forum.strawberrymusicplayer.org/post/3334</guid><dc:creator><![CDATA[jms]]></dc:creator><pubDate>Sat, 24 Feb 2024 00:30:49 GMT</pubDate></item><item><title><![CDATA[Reply to why not make kdsingleapplication required in cmake? on Fri, 23 Feb 2024 16:09:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://forum.strawberrymusicplayer.org/uid/2345">@jms</a><br />
Because many linux distributions do not have KDSingleApplication yet, and we also require version 1.1.0 which was released in December. But the plan in the long run is to drop it from 3rdparty altogether.</p>
]]></description><link>https://forum.strawberrymusicplayer.org/post/3332</link><guid isPermaLink="true">https://forum.strawberrymusicplayer.org/post/3332</guid><dc:creator><![CDATA[jonas]]></dc:creator><pubDate>Fri, 23 Feb 2024 16:09:12 GMT</pubDate></item></channel></rss>