About

{{ fwinfo.description }}

Maintainer{% if fwinfo.maintainers|count > 1 %}s{% endif %}
{% set product = fwinfo %}{% include "maintainers.html" %}
{#
Dependencies
{% if fwinfo.tier >= 2 %}
Qt 5
Other frameworks
{% else %}
Qt 5, no other framework required
{% endif %} #}
Supported platforms
{% for platform in fwinfo.platforms | sort %} {% if platform.name == "UNKNOWN" %} All the platforms supported by Qt {% else %} {{ platform }}{% if not loop.last %}, {% endif %} {% endif %} {% endfor %}
Community
IRC: #{{ fwinfo.irc }} on Freenode
Mailing list: {{ fwinfo.mailinglist }}
{% if fwinfo.libraries is iterable and fwinfo.libraries|count != 0 %}
Use with CMake
find_package({{ fwinfo.cmakename }})
target_link_libraries(yourapp{% for lib in fwinfo.libraries %} {{ lib.cmake }}{% endfor %})
{% endif %} {% if fwinfo.libraries|selectattr("qmake")|list|count != 0 %}
Use with QMake
QT +={% for lib in fwinfo.libraries|selectattr("qmake") %} {{ lib.qmake }}{% endfor %} {% for line in fwinfo.qmakepro %}
{{ line }} {% endfor %}
{% endif %}
Clone
git clone git://anongit.kde.org/{{ fwinfo.name }}.git
Browse source
{{ fwinfo.fancyname }} on cgit.kde.org