<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git, branch v5.93.0</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>Fix finding qmake</title>
<updated>2022-03-30T13:04:06+00:00</updated>
<author>
<name>Nicolas Fella</name>
<email>nicolas.fella@gmx.de</email>
</author>
<published>2022-03-30T13:04:06+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=eccf695824fa931bca471bad3f1aa3a1f244fdd6'/>
<id>eccf695824fa931bca471bad3f1aa3a1f244fdd6</id>
<content type='text'>
Fix finding qmake when executable has no version suffix
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix finding qmake when executable has no version suffix
</pre>
</div>
</content>
</entry>
<entry>
<title>ECMQueryQt: don't fail when TRY is used</title>
<updated>2022-03-28T13:11:59+00:00</updated>
<author>
<name>Ahmad Samir</name>
<email>a.samirh78@gmail.com</email>
</author>
<published>2022-03-28T13:11:59+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=498d9da89690d0c317e159bd31f682a003187641'/>
<id>498d9da89690d0c317e159bd31f682a003187641</id>
<content type='text'>
Like is done in the Qt5 qmake code path.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Like is done in the Qt5 qmake code path.
</pre>
</div>
</content>
</entry>
<entry>
<title>ECMQueryQt: Add fallbacks</title>
<updated>2022-03-26T15:03:24+00:00</updated>
<author>
<name>Christophe Giboudeaux</name>
<email>christophe@krop.fr</email>
</author>
<published>2022-03-26T09:44:17+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=19311d26a6142cf6722d64834133664c68ac5865'/>
<id>19311d26a6142cf6722d64834133664c68ac5865</id>
<content type='text'>
Some applications look for ECM and need to know Qt paths but
don't need to link to anything. That's the case for icons or
wallpapers.

For these cases, ECMQueryQt will first try to find qmake or
qtpaths before looking for Qt CMake config files.

Also handle cases where project() sets 'LANGUAGE' to 'NONE'.
The CXX language needs to be enabled for find_package to look
for Qt into library dirs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some applications look for ECM and need to know Qt paths but
don't need to link to anything. That's the case for icons or
wallpapers.

For these cases, ECMQueryQt will first try to find qmake or
qtpaths before looking for Qt CMake config files.

Also handle cases where project() sets 'LANGUAGE' to 'NONE'.
The CXX language needs to be enabled for find_package to look
for Qt into library dirs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Require tests to pass for the CI to pass</title>
<updated>2022-03-26T08:53:23+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2022-03-25T14:41:15+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=72c6f93248ff5057fb12b823daa8186f9f8f0b00'/>
<id>72c6f93248ff5057fb12b823daa8186f9f8f0b00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix unit tests for ECMAddTests for Qt6 after db2adb479</title>
<updated>2022-03-26T08:53:23+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2022-03-25T14:40:58+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=8f43932db6fc17f9cb9f0902e2342ad099755bbe'/>
<id>8f43932db6fc17f9cb9f0902e2342ad099755bbe</id>
<content type='text'>
If the tests use Qt we need to forward the Qt major version option
as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the tests use Qt we need to forward the Qt major version option
as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>ECMAddQch: Make it work with Qt6::qhelpgenerator too</title>
<updated>2022-03-24T22:53:16+00:00</updated>
<author>
<name>Heiko Becker</name>
<email>heirecka@exherbo.org</email>
</author>
<published>2022-03-24T21:59:42+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=d0730273c7f712a1a6aeb887def0d1ac4448aaa3'/>
<id>d0730273c7f712a1a6aeb887def0d1ac4448aaa3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate ECMQueryQmake, superseded by ECMQueryQt</title>
<updated>2022-03-24T16:24:38+00:00</updated>
<author>
<name>Ahmad Samir</name>
<email>a.samirh78@gmail.com</email>
</author>
<published>2022-03-20T11:13:29+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=c34c6730dcfb4320ff3a18f4dc2accf157550fe8'/>
<id>c34c6730dcfb4320ff3a18f4dc2accf157550fe8</id>
<content type='text'>
Which is a drop-in replacement, one just needs to replace query_qmake with
ecm_query_qt.

Copied the deprecation code from ECMQMLModules.cmake, saved a bit of
research time on how to do that in CMake.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Which is a drop-in replacement, one just needs to replace query_qmake with
ecm_query_qt.

Copied the deprecation code from ECMQMLModules.cmake, saved a bit of
research time on how to do that in CMake.
</pre>
</div>
</content>
</entry>
<entry>
<title>KDEInstallDirs6: port from custom logic to ecm_query_qt</title>
<updated>2022-03-24T16:24:38+00:00</updated>
<author>
<name>Ahmad Samir</name>
<email>a.samirh78@gmail.com</email>
</author>
<published>2022-03-20T11:03:24+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=55296264560182d7b0170cd6b7d0cc5bca79dd9f'/>
<id>55296264560182d7b0170cd6b7d0cc5bca79dd9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Port from ECMQueryQmake to ECMQueryQt</title>
<updated>2022-03-24T16:24:38+00:00</updated>
<author>
<name>Ahmad Samir</name>
<email>a.samirh78@gmail.com</email>
</author>
<published>2022-03-20T10:57:52+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=a720a6380ca75ec23e0635cc8ae47ee4b9508be0'/>
<id>a720a6380ca75ec23e0635cc8ae47ee4b9508be0</id>
<content type='text'>
Continuation of commit 4e47b053c9d799.

All unittests still pass.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Continuation of commit 4e47b053c9d799.

All unittests still pass.
</pre>
</div>
</content>
</entry>
<entry>
<title>Android: use the current cmake executable</title>
<updated>2022-03-21T11:38:24+00:00</updated>
<author>
<name>Alex Neundorf</name>
<email>neundorf@kde.org</email>
</author>
<published>2022-03-09T11:51:27+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=4047d1a676ac6133f357d6aca63f3093381b0986'/>
<id>4047d1a676ac6133f357d6aca63f3093381b0986</id>
<content type='text'>
By using ${CMAKE_COMMAND} we make sure the current cmake is used,
instead of relying that some cmake can be found in the path
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By using ${CMAKE_COMMAND} we make sure the current cmake is used,
instead of relying that some cmake can be found in the path
</pre>
</div>
</content>
</entry>
</feed>
