<feed xmlns='http://www.w3.org/2005/Atom'>
<title>extra-cmake-modules.git/modules/FindQCA2.cmake, branch v5.46.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>Move the modules, modules-test and systeminfo subdirs into 'attic'</title>
<updated>2011-06-30T21:36:45+00:00</updated>
<author>
<name>Allen Winter</name>
<email>allen.winter@kdab.com</email>
</author>
<published>2011-06-30T21:36:45+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=d2b2c90a06bf1f4a21df196430d1f95856900410'/>
<id>d2b2c90a06bf1f4a21df196430d1f95856900410</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>QCA2 must provide the header "QtCrypto", QCA1 doesn't seem to provide such a header (i.e. it was found as QCA1 although it was only QCA1)</title>
<updated>2009-09-28T20:43:10+00:00</updated>
<author>
<name>Alexander Neundorf</name>
<email>neundorf@kde.org</email>
</author>
<published>2009-09-28T20:43:10+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=1727d50be1767d0ad511200dabca19cb48bc7fdd'/>
<id>1727d50be1767d0ad511200dabca19cb48bc7fdd</id>
<content type='text'>
Alex

CCMAIL: &lt;drf54321@gmail.com&gt;
CCMAIL: &lt;r.scheepmaker@student.utwente.nl&gt;

Please check that it also still finds QCA2 successfully (you have to remove the QCA* variables from CMakeCache.txt for this)


svn path=/trunk/KDE/kdelibs/; revision=1029046
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Alex

CCMAIL: &lt;drf54321@gmail.com&gt;
CCMAIL: &lt;r.scheepmaker@student.utwente.nl&gt;

Please check that it also still finds QCA2 successfully (you have to remove the QCA* variables from CMakeCache.txt for this)


svn path=/trunk/KDE/kdelibs/; revision=1029046
</pre>
</div>
</content>
</entry>
<entry>
<title>Suppress 'not found' messages from pkgconfig when the module subsequently</title>
<updated>2009-03-11T22:39:22+00:00</updated>
<author>
<name>David Jarvie</name>
<email>djarvie@kde.org</email>
</author>
<published>2009-03-11T22:39:22+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=ac954219018fac1c1cae99b6e69be9438e452233'/>
<id>ac954219018fac1c1cae99b6e69be9438e452233</id>
<content type='text'>
attempts to locate the package by other means.

svn path=/trunk/KDE/kdelibs/; revision=938476
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
attempts to locate the package by other means.

svn path=/trunk/KDE/kdelibs/; revision=938476
</pre>
</div>
</content>
</entry>
<entry>
<title>find qca2 on windows again</title>
<updated>2009-01-01T17:04:02+00:00</updated>
<author>
<name>Christian Ehrlicher</name>
<email>ch.ehrlicher@gmx.de</email>
</author>
<published>2009-01-01T17:04:02+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=39378151ea5052350c3d731bcb32aea41aad1c77'/>
<id>39378151ea5052350c3d731bcb32aea41aad1c77</id>
<content type='text'>
svn path=/trunk/KDE/kdelibs/; revision=904220
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/KDE/kdelibs/; revision=904220
</pre>
</div>
</content>
</entry>
<entry>
<title>-rework all uses of find_package(PkgConfig)/pkg_check_modules():</title>
<updated>2008-12-02T21:49:01+00:00</updated>
<author>
<name>Alexander Neundorf</name>
<email>neundorf@kde.org</email>
</author>
<published>2008-12-02T21:49:01+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=c379d4c4e0655fac2dadd4be57e2e5cd23d40572'/>
<id>c379d4c4e0655fac2dadd4be57e2e5cd23d40572</id>
<content type='text'>
the prefix used for pkgconfig config (e.g. SQLITE) now *always* gets an additional "PC_" prefix, so the prefix used
for pkgconfig is now "PC_SQLITE_". This avoids name clashes between variables defined by the pkgconfig macro and the find module
and unwanted effects.

*Never* use the _CFLAGS coming from pkgconfig, but always CFLAGS_OTHER, since these shouldn't contain the include directories.
If the include directories would be in the DEFINITIONS variable this could clash with the results of find_path() for finding include dirs.

*Always* use both foo_INCLUDEDIR, foo_INCLUDE_DIRS for searching the include dir, and also both foo_LIBDIR and foo_LIBRARY_DIRS for
searching the libraries.

These directories coming from pkgconfig are *never* used exclusively, but *always* additionally to the standard search dirs,
either before them (then using the "HINTS" keyword) or after them (then using the "PATHS" keyword)

I hope I didn't break (too much) stuff. At least on my system it all seems to work the same way as it did before, with and without pkgconfig.

Alex





svn path=/trunk/KDE/kdelibs/; revision=891805
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the prefix used for pkgconfig config (e.g. SQLITE) now *always* gets an additional "PC_" prefix, so the prefix used
for pkgconfig is now "PC_SQLITE_". This avoids name clashes between variables defined by the pkgconfig macro and the find module
and unwanted effects.

*Never* use the _CFLAGS coming from pkgconfig, but always CFLAGS_OTHER, since these shouldn't contain the include directories.
If the include directories would be in the DEFINITIONS variable this could clash with the results of find_path() for finding include dirs.

*Always* use both foo_INCLUDEDIR, foo_INCLUDE_DIRS for searching the include dir, and also both foo_LIBDIR and foo_LIBRARY_DIRS for
searching the libraries.

These directories coming from pkgconfig are *never* used exclusively, but *always* additionally to the standard search dirs,
either before them (then using the "HINTS" keyword) or after them (then using the "PATHS" keyword)

I hope I didn't break (too much) stuff. At least on my system it all seems to work the same way as it did before, with and without pkgconfig.

Alex





svn path=/trunk/KDE/kdelibs/; revision=891805
</pre>
</div>
</content>
</entry>
<entry>
<title>fix QCA detection once again</title>
<updated>2008-11-20T23:37:45+00:00</updated>
<author>
<name>Dirk Mueller</name>
<email>mueller@kde.org</email>
</author>
<published>2008-11-20T23:37:45+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=798e10891449f1b381133f45b02117a894965396'/>
<id>798e10891449f1b381133f45b02117a894965396</id>
<content type='text'>
svn path=/trunk/KDE/kdelibs/; revision=887054
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/KDE/kdelibs/; revision=887054
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing FindQCA2.cmake based on suggestions by Alex Neundorf.</title>
<updated>2008-11-18T12:10:44+00:00</updated>
<author>
<name>Manuel Nickschas</name>
<email>sputnick@quassel-irc.org</email>
</author>
<published>2008-11-18T12:10:44+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=fc5cadc93a7d0191e6653fcf5bc502b7c1d22f6d'/>
<id>fc5cadc93a7d0191e6653fcf5bc502b7c1d22f6d</id>
<content type='text'>
This should now provide absolute library paths and fix the problems various packages
had with building QCA2 support.

svn path=/trunk/KDE/kdelibs/; revision=885998
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should now provide absolute library paths and fix the problems various packages
had with building QCA2 support.

svn path=/trunk/KDE/kdelibs/; revision=885998
</pre>
</div>
</content>
</entry>
<entry>
<title>-lowercasing</title>
<updated>2008-11-13T22:28:41+00:00</updated>
<author>
<name>Alexander Neundorf</name>
<email>neundorf@kde.org</email>
</author>
<published>2008-11-13T22:28:41+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=f795a59b17fad91b09939517bfd3dd4e28795fbc'/>
<id>f795a59b17fad91b09939517bfd3dd4e28795fbc</id>
<content type='text'>
-use find_package_handle_standard_args()

Alex



svn path=/trunk/KDE/kdelibs/; revision=883966
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-use find_package_handle_standard_args()

Alex



svn path=/trunk/KDE/kdelibs/; revision=883966
</pre>
</div>
</content>
</entry>
<entry>
<title>-make it work also without pkgconfig</title>
<updated>2008-11-13T22:23:31+00:00</updated>
<author>
<name>Alexander Neundorf</name>
<email>neundorf@kde.org</email>
</author>
<published>2008-11-13T22:23:31+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=7ac1d3792224e6ad536231088a760b1b8f7ef1e9'/>
<id>7ac1d3792224e6ad536231088a760b1b8f7ef1e9</id>
<content type='text'>
Alex



svn path=/trunk/KDE/kdelibs/; revision=883961
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Alex



svn path=/trunk/KDE/kdelibs/; revision=883961
</pre>
</div>
</content>
</entry>
<entry>
<title>Make this module backwards compatible, so kdegames, kdegraphics and koffice continue to build</title>
<updated>2008-11-11T20:11:44+00:00</updated>
<author>
<name>Andreas Pakulat</name>
<email>apaku@gmx.de</email>
</author>
<published>2008-11-11T20:11:44+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/extra-cmake-modules.git/commit/?id=ea83b56d11ff7db0e6604b75e4a4e083300f4cd7'/>
<id>ea83b56d11ff7db0e6604b75e4a4e083300f4cd7</id>
<content type='text'>
svn path=/trunk/KDE/kdelibs/; revision=882982
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
svn path=/trunk/KDE/kdelibs/; revision=882982
</pre>
</div>
</content>
</entry>
</feed>
