<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git/kde-modules, branch v5.90.0-rc1</title>
<subtitle>hurd extra-cmake-modules.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/'/>
<entry>
<title>Add missing prefix to version-less install directory aliases</title>
<updated>2021-12-18T11:18:55+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2021-12-18T11:18:55+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=1cfcd2a36035f962a27ab0a431355f302008ad0d'/>
<id>1cfcd2a36035f962a27ab0a431355f302008ad0d</id>
<content type='text'>
So far we were defining e.g. KSERVICESDIR next to KDE_INSTALL_KSERVICES5DIR
here, rather than the intended KDE_INSTALL_KSERVICESDIR.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So far we were defining e.g. KSERVICESDIR next to KDE_INSTALL_KSERVICES5DIR
here, rather than the intended KDE_INSTALL_KSERVICESDIR.
</pre>
</div>
</content>
</entry>
<entry>
<title>Define version-less install targets in KDEInstallDirs5.cmake</title>
<updated>2021-12-05T00:13:05+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2021-11-30T15:59:32+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=744494e6cdaee066064b9fecd86040e3b232a2f7'/>
<id>744494e6cdaee066064b9fecd86040e3b232a2f7</id>
<content type='text'>
This enables forward-compatibility with KDEInstallDirs6.cmake

This was partly done already, but in the wrong order and not for all
versioned variables.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This enables forward-compatibility with KDEInstallDirs6.cmake

This was partly done already, but in the wrong order and not for all
versioned variables.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "If QT_MAJOR_VERSION is not defined, use 5"</title>
<updated>2021-11-30T15:56:02+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2021-11-30T15:53:53+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=225f1ccab60105783f7c9182fbe551adc427f994'/>
<id>225f1ccab60105783f7c9182fbe551adc427f994</id>
<content type='text'>
There is no path out of QtVersionOption.cmake that would let
QT_MAJOR_VERSION undefined, so this check is unnecessary. Worse, this
doesn't actually check for QT_MAJOR_VERSION being defined, but whether
a variable named after the content of the QT_MAJOR_VERSION variable is
defined. That is always false, so this effectively forces Qt5 and breaks
Qt6 support.

This reverts commit 8fd79163a7c60386fbc94bc14ca4a3b0b29d7227.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is no path out of QtVersionOption.cmake that would let
QT_MAJOR_VERSION undefined, so this check is unnecessary. Worse, this
doesn't actually check for QT_MAJOR_VERSION being defined, but whether
a variable named after the content of the QT_MAJOR_VERSION variable is
defined. That is always false, so this effectively forces Qt5 and breaks
Qt6 support.

This reverts commit 8fd79163a7c60386fbc94bc14ca4a3b0b29d7227.
</pre>
</div>
</content>
</entry>
<entry>
<title>If QT_MAJOR_VERSION is not defined, use 5</title>
<updated>2021-11-28T08:30:22+00:00</updated>
<author>
<name>Ivan Čukić</name>
<email>ivan.cukic@kde.org</email>
</author>
<published>2021-11-28T08:30:22+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=8fd79163a7c60386fbc94bc14ca4a3b0b29d7227'/>
<id>8fd79163a7c60386fbc94bc14ca4a3b0b29d7227</id>
<content type='text'>
This fixes an infinite recursion of KDEInstallDirs including
itself when QT_MAJOR_VERSION is not defined.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes an infinite recursion of KDEInstallDirs including
itself when QT_MAJOR_VERSION is not defined.
</pre>
</div>
</content>
</entry>
<entry>
<title>KDEInstallDirs5: set up KSERVICESDIR alias for KSERVICES5DIR</title>
<updated>2021-11-23T16:31:42+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2021-11-23T16:31:42+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=9f519983d628c7c2a68ee1a8dc7a1cbb83c8f535'/>
<id>9f519983d628c7c2a68ee1a8dc7a1cbb83c8f535</id>
<content type='text'>
and use only KSERVICESDIR in KDEInstallDirs6.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and use only KSERVICESDIR in KDEInstallDirs6.
</pre>
</div>
</content>
</entry>
<entry>
<title>KDEInstallDirs6: remove deprecated variables from the documentation</title>
<updated>2021-11-23T16:22:51+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2021-06-24T17:49:15+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=72b8ed99fd49d64465b808d45f1d001a88db31be'/>
<id>72b8ed99fd49d64465b808d45f1d001a88db31be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>KDEInstallDirs6: comment out call to query_qmake, not defined</title>
<updated>2021-11-23T16:22:51+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2021-06-24T13:42:55+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=a9bde79ee0f7c9eb37b5495cde150f8ba5bbff3b'/>
<id>a9bde79ee0f7c9eb37b5495cde150f8ba5bbff3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>KDEInstallDirs6: don't set deprecated variable names anymore</title>
<updated>2021-11-23T16:22:51+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2021-06-24T13:05:48+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=83da29a62e544c1b8e6e125e32ba39845b175b92'/>
<id>83da29a62e544c1b8e6e125e32ba39845b175b92</id>
<content type='text'>
+ adjust docu
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
+ adjust docu
</pre>
</div>
</content>
</entry>
<entry>
<title>PLUGINDIR is based upon QTPLUGINDIR, so only define it after QTPLUGINDIR</title>
<updated>2021-11-23T16:22:51+00:00</updated>
<author>
<name>David Faure</name>
<email>faure@kde.org</email>
</author>
<published>2021-06-22T16:11:30+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=6c148bcee77a5f0fc319eef209c3a1cba0b430d1'/>
<id>6c148bcee77a5f0fc319eef209c3a1cba0b430d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split KDEInstallDirs into a 5 and a 6 variant</title>
<updated>2021-11-23T16:22:51+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2021-03-22T13:38:36+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=c5a034a6b5218ebc9f7eb38387c9d91fa3e4134d'/>
<id>c5a034a6b5218ebc9f7eb38387c9d91fa3e4134d</id>
<content type='text'>
This factors out large parts of the common code into separate modules,
and adds a backward compatibility wrapper.

The 6 variant drops some deprecated variables where possible, but otherwise
is the same as the 5 variant. It still lacks a replacement for the paths
depending on ECMQueryQMake though.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This factors out large parts of the common code into separate modules,
and adds a backward compatibility wrapper.

The 6 variant drops some deprecated variables where possible, but otherwise
is the same as the 5 variant. It still lacks a replacement for the paths
depending on ECMQueryQMake though.
</pre>
</div>
</content>
</entry>
</feed>
