<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kconfig.git/src/CMakeLists.txt, branch v5.48.0</title>
<subtitle>hurd kconfig.git</subtitle>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/'/>
<entry>
<title>Allow to build KConfig without Qt5Gui</title>
<updated>2017-08-04T16:54:42+00:00</updated>
<author>
<name>Volker Krause</name>
<email>vkrause@kde.org</email>
</author>
<published>2017-07-30T13:47:29+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=ba75a6c6a0231f93fd40480992beec46b0f64885'/>
<id>ba75a6c6a0231f93fd40480992beec46b0f64885</id>
<content type='text'>
Summary:
This is particularly useful for cross-compilation, where we only need the
kconfig_compiler on the host system.

Reviewers: #frameworks, apol, aacid

Reviewed By: aacid

Subscribers: aacid

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D6994
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Summary:
This is particularly useful for cross-compilation, where we only need the
kconfig_compiler on the host system.

Reviewers: #frameworks, apol, aacid

Reviewed By: aacid

Subscribers: aacid

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D6994
</pre>
</div>
</content>
</entry>
<entry>
<title>[FEATURE] Option to build &amp; install QCH file with the public API dox</title>
<updated>2017-06-05T00:36:26+00:00</updated>
<author>
<name>Friedrich W. H. Kossebau</name>
<email>kossebau@kde.org</email>
</author>
<published>2017-04-27T00:29:41+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=0985d48d92bcf0f8001e38b041a522da8568a38f'/>
<id>0985d48d92bcf0f8001e38b041a522da8568a38f</id>
<content type='text'>
Using the new extra-cmake-modules module ECMAddQch (since 5.36.0)
this adds the option to automatically build and install a file
in QCH format with the docs about the public API, which then can be
used e.g. in Qt Assistant, Qt Creator or KDevelop.

Additionally the installed cmake config files will be extended
with a target KF5Config_QCH containing information about how to "link"
into the generated QCH file, which then can be used in the cmake build
system of other libraries building on this library, by
simply listing this target in "LINK_QCHS" of their ecm_add_qch() usage.
And a respective doxygen tag file with all the metadata about the
generated QCH file and used for the "linking" will be created and
installed.

Pass -DBUILD_QCH=ON to cmake to enable this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using the new extra-cmake-modules module ECMAddQch (since 5.36.0)
this adds the option to automatically build and install a file
in QCH format with the docs about the public API, which then can be
used e.g. in Qt Assistant, Qt Creator or KDevelop.

Additionally the installed cmake config files will be extended
with a target KF5Config_QCH containing information about how to "link"
into the generated QCH file, which then can be used in the cmake build
system of other libraries building on this library, by
simply listing this target in "LINK_QCHS" of their ecm_add_qch() usage.
And a respective doxygen tag file with all the metadata about the
generated QCH file and used for the "linking" will be created and
installed.

Pass -DBUILD_QCH=ON to cmake to enable this.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix usage of ecm_create_qm_loader.</title>
<updated>2015-11-03T15:04:46+00:00</updated>
<author>
<name>Alex Merry</name>
<email>alex.merry@kde.org</email>
</author>
<published>2015-11-03T15:04:46+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=19513e1910f19375a4c17a61f048c7f8c2f9e840'/>
<id>19513e1910f19375a4c17a61f048c7f8c2f9e840</id>
<content type='text'>
Generate-source-file macros should be used from the same CMakeLists.txt
file as the targets they generate files for.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Generate-source-file macros should be used from the same CMakeLists.txt
file as the targets they generate files for.
</pre>
</div>
</content>
</entry>
<entry>
<title>create and install the QM loader</title>
<updated>2014-07-21T19:15:53+00:00</updated>
<author>
<name>Lukáš Tinkl</name>
<email>lukas@kde.org</email>
</author>
<published>2014-07-21T19:15:53+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=ebe2a95e8c35be14e12210432bac79196f1aa50c'/>
<id>ebe2a95e8c35be14e12210432bac79196f1aa50c</id>
<content type='text'>
like all the other Qt-based modules do
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
like all the other Qt-based modules do
</pre>
</div>
</content>
</entry>
<entry>
<title>Adopt kreadconfig and kwriteconfig to kconfig</title>
<updated>2014-04-26T12:11:15+00:00</updated>
<author>
<name>Aleix Pol</name>
<email>aleixpol@kde.org</email>
</author>
<published>2014-04-26T12:05:17+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=b383ce66a8f3890daf8da1224aef0a34d4d99aa2'/>
<id>b383ce66a8f3890daf8da1224aef0a34d4d99aa2</id>
<content type='text'>
Drop KCoreAddons and KI18n dependency.
Add a bunch of QStringLiteral()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Drop KCoreAddons and KI18n dependency.
Add a bunch of QStringLiteral()
</pre>
</div>
</content>
</entry>
<entry>
<title>Move kconfig code to the root directory.</title>
<updated>2013-12-18T00:45:18+00:00</updated>
<author>
<name>Jenkins CI</name>
<email>null@kde.org</email>
</author>
<published>2013-12-18T00:45:18+00:00</published>
<link rel='alternate' type='text/html' href='https://netuse.dynamicmalloc.com/cgit/kconfig.git/commit/?id=867e7a50e6396338ab4fe9aa22ad141e4cd344d2'/>
<id>867e7a50e6396338ab4fe9aa22ad141e4cd344d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
