<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git/find-modules, branch v5.93.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>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>Adapt Android toolchain file and FindGradle to Qt6</title>
<updated>2022-02-11T18:14:37+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2022-02-11T18:13:47+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=676f90873b4d35c20976536844c36b8c0fbe06a5'/>
<id>676f90873b4d35c20976536844c36b8c0fbe06a5</id>
<content type='text'>
- We don't need the Threads target workaround anymore, that breaks the
build with Qt6 even.
- The Gradle wrapper shipped with Qt is no longer installed as executable,
so we need to run this in sh explicitly.
- Qt6 uses a different Android Gradle plugin version (not to be confused
with the Gradle version), which we need to make available for the
configure_file() call on the build.gradle file.

With this most Framework modules build against Qt6 here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- We don't need the Threads target workaround anymore, that breaks the
build with Qt6 even.
- The Gradle wrapper shipped with Qt is no longer installed as executable,
so we need to run this in sh explicitly.
- Qt6 uses a different Android Gradle plugin version (not to be confused
with the Gradle version), which we need to make available for the
configure_file() call on the build.gradle file.

With this most Framework modules build against Qt6 here.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for finding Poppler's Qt6 library</title>
<updated>2021-12-29T11:43:23+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2021-12-29T11:43:23+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=29a243a9c12e1f9fdcabcae7fb8c4ab091d1ed68'/>
<id>29a243a9c12e1f9fdcabcae7fb8c4ab091d1ed68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FindInotify.cmake: add target support</title>
<updated>2021-12-09T23:04:52+00:00</updated>
<author>
<name>Rosen Penev</name>
<email>rosenp@gmail.com</email>
</author>
<published>2021-12-09T23:04:52+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=ee7b870eb18b040d45fa07fe8efdc9698d01407e'/>
<id>ee7b870eb18b040d45fa07fe8efdc9698d01407e</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>FindInotify.cmake: add support for SunOS</title>
<updated>2021-12-06T23:43:08+00:00</updated>
<author>
<name>Rosen Penev</name>
<email>rosenp@gmail.com</email>
</author>
<published>2021-12-06T23:23:12+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=7d81e61da2127685298d91ebc041ec26bc086d1a'/>
<id>7d81e61da2127685298d91ebc041ec26bc086d1a</id>
<content type='text'>
SunOS and variants (Solaris, OpenSolaris, illumos, etc al.) do not need a separate library for inotify.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SunOS and variants (Solaris, OpenSolaris, illumos, etc al.) do not need a separate library for inotify.
</pre>
</div>
</content>
</entry>
<entry>
<title>Include QtVersionOption before all Qt5 find_package calls</title>
<updated>2021-12-01T07:53:28+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2021-11-30T16:01:46+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=2f2062114c4312f669bd5d101bbd1ec083e4f5a7'/>
<id>2f2062114c4312f669bd5d101bbd1ec083e4f5a7</id>
<content type='text'>
This doesn't make all these modules actually work with Qt6 yet, but it
prevents them from unconditionally pulling in Qt5 in a Qt6 build.

This is useful in order to even be able to pass a CMake run to the
point one can port, test and debug the rest.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This doesn't make all these modules actually work with Qt6 yet, but it
prevents them from unconditionally pulling in Qt5 in a Qt6 build.

This is useful in order to even be able to pass a CMake run to the
point one can port, test and debug the rest.
</pre>
</div>
</content>
</entry>
<entry>
<title>FindEGL add 'lib' prefix for windows.</title>
<updated>2021-11-06T15:23:25+00:00</updated>
<author>
<name>Alexander Neumann</name>
<email>neumann@imt.uni-luebeck.de</email>
</author>
<published>2021-09-29T10:24:13+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=e542d27d667e1f1f1c2766166bfc0641c8816edc'/>
<id>e542d27d667e1f1f1c2766166bfc0641c8816edc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Wayland_DATADIR when cross-compiling</title>
<updated>2021-10-21T20:40:08+00:00</updated>
<author>
<name>Alex Richardson</name>
<email>Alexander.Richardson@cl.cam.ac.uk</email>
</author>
<published>2021-10-05T10:24:38+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=0516940f89f0b30d40e86c92b2876398de14cdb0'/>
<id>0516940f89f0b30d40e86c92b2876398de14cdb0</id>
<content type='text'>
PKG_CONFIG_SYSROOT_DIR only applies to -I and -L flags, so pkg-config
does not prepend CMAKE_SYSROOT when cross-compiling unless you pass
--define-prefix explicitly. Therefore we have to  manually do prepend
it here when cross-compiling.
See https://gitlab.kitware.com/cmake/cmake/-/issues/16647#note_844761.

With this change I no longer get errors related to wayland.xml when
cross-compiling KWaylandServer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PKG_CONFIG_SYSROOT_DIR only applies to -I and -L flags, so pkg-config
does not prepend CMAKE_SYSROOT when cross-compiling unless you pass
--define-prefix explicitly. Therefore we have to  manually do prepend
it here when cross-compiling.
See https://gitlab.kitware.com/cmake/cmake/-/issues/16647#note_844761.

With this change I no longer get errors related to wayland.xml when
cross-compiling KWaylandServer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ECM on systems without PyQt5 on Python 2</title>
<updated>2021-10-05T12:25:02+00:00</updated>
<author>
<name>Nyan Pasu</name>
<email>nyanpasu64@tuta.io</email>
</author>
<published>2021-10-05T12:25:02+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=a18543d73203b6175a9a3531486f31ee62bcf42e'/>
<id>a18543d73203b6175a9a3531486f31ee62bcf42e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FindQtWaylandScanner: Use QT_HOST_BINS to find qtwaylandscanner</title>
<updated>2021-10-04T08:25:18+00:00</updated>
<author>
<name>Alex Richardson</name>
<email>Alexander.Richardson@cl.cam.ac.uk</email>
</author>
<published>2021-10-02T15:10:38+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=c36e5abaecfca3c4d7b3957f935e2f061fcad488'/>
<id>c36e5abaecfca3c4d7b3957f935e2f061fcad488</id>
<content type='text'>
When cross-compiling QT_INSTALL_BINS contains binaries for the target
system that can't be used during the build. Instead use QT_HOST_BINS
which contains the Qt build tools for the current system.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When cross-compiling QT_INSTALL_BINS contains binaries for the target
system that can't be used during the build. Instead use QT_HOST_BINS
which contains the Qt build tools for the current system.
</pre>
</div>
</content>
</entry>
</feed>
