summaryrefslogtreecommitdiff
path: root/dev-qt/qt-creator/metadata.xml
blob: 89e60ab1d919c77b2877f07f8114804dcf8f9fff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>pesa@gentoo.org</email>
		<name>Davide Pesavento</name>
	</maintainer>
	<maintainer type="project">
		<email>qt@gentoo.org</email>
		<name>Gentoo Qt Project</name>
	</maintainer>
	<use>
		<flag name="clang">Build clang-based plugins for C/C++ development (code model, formatting, static analysis)</flag>
		<flag name="designer">Enable designer for QtWidgets-based UIs</flag>
		<flag name="help">Enable the integrated <pkg>dev-qt/qt-docs</pkg> viewer (also needed for examples)</flag>
		<flag name="plugin-dev">Install the 'Devel' component needed to build external Qt Creator plugins</flag>
		<flag name="qmldesigner">Build QmlDesigner and related plugins (Insight, StudioWelcome)</flag>
		<flag name="serialterminal">Build the serial terminal plugin</flag>
		<flag name="tracing">Build plugins requiring tracing capabilities (CtfVisualizer, PerfProfiler, QmlProfiler)</flag>
		<flag name="webengine">Use <pkg>dev-qt/qtwebengine</pkg> with the help USE rather than bundled litehtml</flag>
	</use>
	<upstream>
		<bugs-to>https://bugreports.qt.io/</bugs-to>
		<doc>https://doc.qt.io/qtcreator/</doc>
		<remote-id type="github">qt-creator/qt-creator</remote-id>
	</upstream>
</pkgmetadata>